Browse Source

config entry doc snippet for mesh gateways (#6095)

pull/6108/head
R.B. Boyer 5 years ago committed by GitHub
parent
commit
068a069512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      website/source/docs/agent/config-entries/proxy-defaults.html.md
  2. 6
      website/source/docs/agent/config-entries/service-defaults.html.md

6
website/source/docs/agent/config-entries/proxy-defaults.html.md

@ -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

6
website/source/docs/agent/config-entries/service-defaults.html.md

@ -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

Loading…
Cancel
Save