consul/website/source/docs/connect
Freddy fdd10dd8b8
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
..
ca connect: add tls config for vault connect ca provider (#5125) 2019-01-08 17:09:22 +01:00
native Fix Type in go integration (#5132) 2019-01-03 10:39:23 -05:00
platform website: note Envoy support in Nomad guide (#4787) 2018-10-19 08:41:03 -07:00
proxies Expose HTTP-based paths through Connect proxy (#6446) 2019-09-25 20:55:52 -06:00
registration Expose HTTP-based paths through Connect proxy (#6446) 2019-09-25 20:55:52 -06:00
ca.html.md connect: don't colon-hex-encode the AuthorityKeyId and SubjectKeyId fields in connect certs (#6492) 2019-09-23 12:52:35 -05:00
configuration.html.md [docs] Reorganize connect documentation for clarity (#5864) 2019-06-13 22:52:50 -07:00
connect-internals.html.md website: changes for 1.6.0 beta (#6083) 2019-07-08 15:12:42 +01:00
dev.html.md Starting Docs (#46) 2018-06-25 12:24:05 -07:00
index.html.md docs: Fix minor mistakes in index.html.md (#6239) 2019-08-01 12:57:26 -05:00
intentions.html.md docs: fixed typos on a few doc pages (#5870) 2019-06-24 15:25:57 -06:00
l7-traffic-management.html.md docs: remove beta references; leave version notation (#6372) 2019-08-21 16:23:08 -05:00
mesh_gateway.html.md docs: remove beta references; leave version notation (#6372) 2019-08-21 16:23:08 -05:00
native.html.md [docs] Reorganize connect documentation for clarity (#5864) 2019-06-13 22:52:50 -07:00
observability.html.md Merge pull request #6388 from hashicorp/release/1-6 2019-08-23 13:44:46 -05:00
proxies.html.md connect: remove managed proxies (#6220) 2019-08-09 15:19:30 -04:00
registration.html.md [docs] Reorganize connect documentation for clarity (#5864) 2019-06-13 22:52:50 -07:00
security.html.md [docs] Updating links to guides (#5795) 2019-05-15 10:49:41 -05:00