mirror of https://github.com/status-im/consul.git
Fixed mesh gateway config instructions (#9396)
Added missing words to mesh gateway config instructions, and corrected punctuation a paragraph above. Please review for technical accuracy.
This commit is contained in:
parent
3fa218a4d2
commit
eda404de81
|
@ -79,14 +79,15 @@ your network, the proxy's connection to the gateway can happen in one of the fol
|
||||||
|
|
||||||
Mesh gateways are defined similarly to other services registered with Consul, with two exceptions.
|
Mesh gateways are defined similarly to other services registered with Consul, with two exceptions.
|
||||||
The first is that the [service kind](/api/agent/service#kind) must be "mesh-gateway". Second,
|
The first is that the [service kind](/api/agent/service#kind) must be "mesh-gateway". Second,
|
||||||
the mesh gateway service definition may contain a `Proxy.Config` entry just like a
|
the mesh gateway service definition may contain a `Proxy.Config` entry, just like a
|
||||||
Connect proxy service, to define opaque configuration parameters useful for the actual proxy software.
|
Connect proxy service, to define opaque configuration parameters useful for the actual proxy software.
|
||||||
For Envoy there are some supported [gateway options](/docs/connect/proxies/envoy#gateway-options) as well as
|
For Envoy there are some supported [gateway options](/docs/connect/proxies/envoy#gateway-options) as well as
|
||||||
[escape-hatch overrides](/docs/connect/proxies/envoy#escape-hatch-overrides).
|
[escape-hatch overrides](/docs/connect/proxies/envoy#escape-hatch-overrides).
|
||||||
|
|
||||||
-> **Note:** If ACLs are enabled, a token granting `service:write` for the gateways service name
|
-> **Note:** If ACLs are enabled, a token granting `service:write` for the gateway's service name
|
||||||
and `service:read` for all services in the datacenter. These permissions authorize the token to route
|
and `service:read` for all services in the datacenter must be added to the gateway's service definition.
|
||||||
communications for other Connect services but does not allow decrypting any of their communications.
|
These permissions authorize the token to route communications for other Connect services but does not
|
||||||
|
allow decrypting any of their communications.
|
||||||
|
|
||||||
## Connect Proxy Configuration
|
## Connect Proxy Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue