config entry doc snippet for mesh gateways (#6095)

This commit is contained in:
R.B. Boyer 2019-07-08 21:25:25 -05:00 committed by GitHub
parent 43d21f8e4f
commit 4f493a43d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,12 @@ config {
* [Envoy](/docs/connect/proxies/envoy.html#bootstrap-configuration)
* [Consul's built-in proxy](/docs/connect/proxies/built-in.html)
- `MeshGateway` <sup>(beta)</sup> `(MeshGatewayConfig: <optional>)` - Controls the default
[mesh gateway configuration](/docs/connect/mesh_gateway.html#connect-proxy-configuration)
for all proxies.
- `Mode` `(string: "")` - One of `none`, `local`, or `remote`.
## ACLs
Configuration entries may be protected by

View File

@ -35,6 +35,12 @@ Protocol = "http"
<sup>(beta)</sup>](/docs/agent/config-entries/service-router.html) config
entries for a service.
- `MeshGateway` <sup>(beta)</sup> `(MeshGatewayConfig: <optional>)` - Controls the default
[mesh gateway configuration](/docs/connect/mesh_gateway.html#connect-proxy-configuration)
for this service.
- `Mode` `(string: "")` - One of `none`, `local`, or `remote`.
## ACLs
Configuration entries may be protected by