Luke Kysow
db2ca07f98
Merge pull request #6583 from hashicorp/connect-annotations
...
Document new annotations for Connect injections
2019-10-31 12:58:43 -07:00
Alexandra Freeman
48ba388ec9
Update mediums on main community page ( #6699 )
...
Updating all .io Community sites to direct practitioners to the Forum as the first medium for communicating with other users and HashiCorp employees. Deleted Gitter link and Google Group link, as these will be phased out over the next few months. Updated what appeared to be a typo on the page description. Chatted with Nic Jackson before submitting PR.
2019-10-31 14:52:23 -04:00
Sarah Christoff
86b30bbfbe
Set MinQuorum variable in Autopilot ( #6654 )
...
* Add MinQuorum to Autopilot
2019-10-29 09:04:41 -05:00
Sarah Christoff
969d51781a
Update -protocol doc ( #6681 )
...
* Update -protocol to have more clear version wording
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
2019-10-29 08:41:28 -05:00
Luke Kysow
7a08629b32
Merge pull request #6683 from hashicorp/service-account-connect-inject-docs
...
Document service account name requirements
2019-10-28 10:26:52 -07:00
Luke Kysow
1b1b41b62e
Document service account name requirements
...
If ACLs are enabled, service account name must match the name of the
service in Consul.
Fixes https://github.com/hashicorp/consul-helm/issues/202
2019-10-24 16:51:51 -07:00
kaitlincarter-hc
fd8e6d1a65
missed UTM parameter ( #6679 )
2019-10-24 12:29:54 -05:00
kaitlincarter-hc
4fbe4f40ca
fixing ACL reset links ( #6678 )
2019-10-24 12:22:08 -05:00
kaitlincarter-hc
136a7a2fa8
Top Navigation change ( #6630 )
...
* Changed Guides to Learn in the top nav and added utm parameters to the guide index page
* Update website/source/docs/guides/index.html.md
* Update website/source/docs/guides/index.html.md
* Update website/source/layouts/layout.erb
2019-10-21 14:19:27 -05:00
kaitlincarter-hc
b5b7925264
updating broken link ( #6633 )
2019-10-16 16:18:39 -05:00
PHBourquin
16ca8340c1
Checks to passing/critical only after reaching a consecutive success/failure threshold ( #5739 )
...
A check may be set to become passing/critical only if a specified number of successive
checks return passing/critical in a row. Status will stay identical as before until
the threshold is reached.
This feature is available for HTTP, TCP, gRPC, Docker & Monitor checks.
2019-10-14 21:49:49 +01:00
kaitlincarter-hc
1a373271e3
[docs] Adding Links to Learn ( #6611 )
...
* adding links to Learn
* fixing a couple typos
* adding utm paramaters
* Update website/source/docs/connect/registration/sidecar-service.md
* Update website/source/docs/connect/registration/sidecar-service.md
* Update website/source/docs/acl/acl-system.html.md
* Update website/source/docs/acl/acl-system.html.md
* Update website/source/docs/agent/encryption.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/connect/proxies/built-in.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/connect/registration/sidecar-service.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/install/index.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/agent/kv.html.md
* Update website/source/docs/connect/security.html.md
* Update website/source/docs/connect/security.html.md
* Update website/source/docs/internals/architecture.html.md
2019-10-14 10:40:35 -05:00
Blake Covarrubias
84e9a35a06
Add Consul's L7 features to Istio comparison
...
Add text listing Consul's L7 features (via Envoy). Re-organize text to
flow similarly to Istio section.
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
2019-10-10 11:33:34 -07:00
Luke Kysow
9093b99dfd
Document new annotations for Connect injections
2019-10-04 15:31:24 -07:00
Sarah Christoff
9b93dd93c9
Prune Unhealthy Agents ( #6571 )
...
* Add -prune flag to ForceLeave
2019-10-04 16:10:02 -05:00
Freddy
349fa7f97d
Update Force Leave docs ( #6550 )
...
Fixes #2742
Previously the docs didn't clarify that if a server restarts as a client then force-leave won't lead to removing the node from the raft config. This is because the node, which is alive after a restart, will refute messages about it having left . These messages about members leaving are in turn what trigger Consul's leader to remove a server from raft.
2019-09-27 17:49:28 -06:00
Mike Morris
3434c8289d
docs: add managed proxy removal note to specific version upgrade notes ( #6557 )
2019-09-27 10:52:47 -04:00
Judith Malnick
746f786a9f
Specify that mesh gateways require Envoy ( #6506 )
...
* Specify that mesh gateways must operate on L7
* Add feedback from Matt
* clarify gateway requirements
2019-09-26 20:06:58 -07:00
Freddy
5eace88ce2
Expose HTTP-based paths through Connect proxy ( #6446 )
...
Fixes : #5396
This PR adds a proxy configuration stanza called expose. These flags register
listeners in Connect sidecar proxies to allow requests to specific HTTP paths from outside of the node. This allows services to protect themselves by only
listening on the loopback interface, while still accepting traffic from non
Connect-enabled services.
Under expose there is a boolean checks flag that would automatically expose all
registered HTTP and gRPC check paths.
This stanza also accepts a paths list to expose individual paths. The primary
use case for this functionality would be to expose paths for third parties like
Prometheus or the kubelet.
Listeners for requests to exposed paths are be configured dynamically at run
time. Any time a proxy, or check can be registered, a listener can also be
created.
In this initial implementation requests to these paths are not
authenticated/encrypted.
2019-09-25 20:55:52 -06:00
Alvin Huang
e8605da914
remove alert bar on homepage ( #6544 )
2019-09-25 17:28:14 -04:00
R.B. Boyer
cc889443a5
connect: don't colon-hex-encode the AuthorityKeyId and SubjectKeyId fields in connect certs ( #6492 )
...
The fields in the certs are meant to hold the original binary
representation of this data, not some ascii-encoded version.
The only time we should be colon-hex-encoding fields is for display
purposes or marshaling through non-TLS mediums (like RPC).
2019-09-23 12:52:35 -05:00
Jack Pearkes
7736be1b5c
website: update alert bar on homepage ( #6518 )
...
Per @changli0617
2019-09-20 15:32:25 -07:00
Luke Kysow
9ee27c49ff
Merge pull request #6511 from hashicorp/code-highlighting
...
Give code blocks coloured background
2019-09-20 10:35:53 -07:00
Luke Kysow
65258a0fb3
Merge pull request #6460 from hashicorp/helm-wait
...
Update consul-helm enterprise docs for ACLs
2019-09-19 15:32:27 -07:00
Bartek Jaroszewski
3be27beba3
website, add git2consul-go to the tools list ( #6286 )
...
Signed-off-by: bjaroszewski <bjaroszewski@griddynamics.com>
2019-09-19 17:20:50 -05:00
Luke Kysow
c5fca5d4b5
Update consul-helm enterprise docs for ACLs
...
If ACLs are added then slightly different commands are needed.
2019-09-19 15:09:38 -07:00
Luke Kysow
bd789f1011
Update Consul DNS on kube docs
...
- fix instructions for CoreDNS (it updated)
- fix instructions for new component names
- recommend installing with the name 'consul'
- add disclaimer that catalog sync is not always required
- clean up example values.yaml files
2019-09-19 15:09:38 -07:00
Luke Kysow
7ac70493c6
Give code blocks coloured background
...
This will make them stand out more and matches the style of terraform.io
2019-09-19 14:53:28 -07:00
Iryna Shustava
ca98bd0eb8
Merge pull request #6500 from hashicorp/typo-fix
...
Fix typo in "Service Ports" section
2019-09-18 13:11:52 -07:00
kaitlincarter-hc
483870b01a
[docs]Updated Containers Guide ( #6215 )
...
* Adding the updated containers guide that will be deployed on Learn only.
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
Co-Authored-By: Freddy <freddygv@users.noreply.github.com>
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
* Update website/source/docs/guides/containers-guide.md
2019-09-17 13:35:46 -07:00
Iryna Shustava
b3f1b5afd5
Fix typo in "Service Ports" section
2019-09-17 12:05:04 -07:00
Blake Covarrubias
d6f2371fcd
docs: Fix typo in acl/acl-rules
2019-09-13 19:50:35 -07:00
Blake Covarrubias
2888e444c2
docs: Add .tgz to snapshot restore example ( #6476 )
2019-09-13 19:48:49 -07:00
Hans Hasselberg
62de041a36
docs (Consul Enterprise): Google Cloud Storage snapshot documentation ( #6480 )
2019-09-13 17:54:15 +02:00
Jud White
25aab18339
docs: fix typo in install/performance ( #6428 )
2019-09-09 21:23:25 +01:00
dcallao
876a7cbef9
fixed broken links on consul program page ( #6463 )
2019-09-06 17:18:59 -04:00
dcallao
58f19c5918
docs: added Consul Integration Program Docs Page ( #6459 )
...
* adding the Consul Integration Program page in docs section
2019-09-06 14:52:18 -04:00
John Cowen
5134140b5b
docs: Fix discovery chain internals link ( #6449 )
2019-09-05 13:56:50 +01:00
Aestek
19c4459d19
Add option to register services and their checks idempotently ( #4905 )
2019-09-02 09:38:29 -06:00
Matt Keeler
f8d49dc4da
TxnCheckOp has a `Check` field not a `Service` field ( #6418 )
2019-08-28 15:57:41 -04:00
Freddy
51fbcc5fcd
Rephrase bind docs ( #6394 )
2019-08-26 11:31:55 -06:00
R.B. Boyer
2d4a3b51d0
Merge pull request #6388 from hashicorp/release/1-6
...
merging release/1-6 into master
2019-08-23 13:44:46 -05:00
Anudeep Reddy
02197b2cd2
Update observability.html.md ( #6379 )
2019-08-23 17:07:48 +02:00
danielehc
992b1a8d88
Update agent.html.markdown.erb ( #6380 )
...
Adding a note on how to make Consul trust S3-compatible storage that expose a self-signed certificate.
2019-08-23 16:09:41 +02:00
Jack Pearkes
88b7db3b79
website: fix typo on mesh page ( #6368 )
...
Fixes #6345 .
2019-08-21 16:35:11 -05:00
R.B. Boyer
17bf364668
docs: remove beta references; leave version notation ( #6372 )
2019-08-21 16:23:08 -05:00
R.B. Boyer
e7b8032b48
docs: document how envoy escape hatches work with the discovery chain ( #6350 )
...
- Bootstrap escape hatches are OK.
- Public listener/cluster escape hatches are OK.
- Upstream listener/cluster escape hatches are not supported.
If an unsupported escape hatch is configured and the discovery chain is
activated log a warning and act like it was not configured.
Fixes #6160
2019-08-21 15:10:12 -05:00
Alvin Huang
387557dc34
Merge Consul OSS branch 'master' at commit ce9cfc773d529ae4b8259d195323c0c350c1f9f1
2019-08-21 16:07:04 -04:00
R.B. Boyer
5f9acb6894
docs: fixing L7 config entries documentation ( #6358 )
...
- add service-router example involving gRPC
- fix indentation on service-router page by splitting it up
- remove reference to removed setting
2019-08-21 12:29:53 -05:00
R.B. Boyer
e04395ae1a
docs: add documentation for discovery chains
...
Fixes #6273
2019-08-21 12:29:53 -05:00