mirror of https://github.com/status-im/consul.git
Make defaulting behaviour of connect.enabled clear (#14768)
This commit is contained in:
parent
84f8b87967
commit
4638753168
|
@ -1063,6 +1063,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
||||||
- `enabled` ((#connect_enabled)) (Defaults to `false`) Controls whether Connect features are
|
- `enabled` ((#connect_enabled)) (Defaults to `false`) Controls whether Connect features are
|
||||||
enabled on this agent. Should be enabled on all servers in the cluster
|
enabled on this agent. Should be enabled on all servers in the cluster
|
||||||
in order for Connect to function properly.
|
in order for Connect to function properly.
|
||||||
|
Will be set to `true` automatically if `auto_config.enabled` or `auto_encrypt.allow_tls` is `true`.
|
||||||
|
|
||||||
- `enable_mesh_gateway_wan_federation` ((#connect_enable_mesh_gateway_wan_federation)) (Defaults to `false`) Controls whether cross-datacenter federation traffic between servers is funneled
|
- `enable_mesh_gateway_wan_federation` ((#connect_enable_mesh_gateway_wan_federation)) (Defaults to `false`) Controls whether cross-datacenter federation traffic between servers is funneled
|
||||||
through mesh gateways. This was added in Consul 1.8.0.
|
through mesh gateways. This was added in Consul 1.8.0.
|
||||||
|
|
Loading…
Reference in New Issue