mirror of https://github.com/status-im/consul.git
Merge pull request #12872 from hashicorp/markdown-fix
docs: fixes makdown leakage
This commit is contained in:
commit
3bf17020d9
|
@ -155,13 +155,12 @@ environment and adapt these configurations accordingly.
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
auto_encrypt {
|
||||
tls = true
|
||||
}
|
||||
```
|
||||
|
||||
-> The client agent TLS configuration from above sets [`verify_incoming`](/docs/agent/config/config-files#tls_defaults_verify_incoming)
|
||||
-> **Note**: The client agent TLS configuration from above sets [`verify_incoming`](/docs/agent/config/config-files#tls_defaults_verify_incoming)
|
||||
to false which assumes all incoming traffic is restricted to `localhost`. The primary benefit for this configuration
|
||||
would be to avoid provisioning client TLS certificates (in addition to ACL tokens) for all tools or applications
|
||||
using the local Consul agent. In this case ACLs should be enabled to provide authorization and only ACL tokens would
|
||||
|
|
Loading…
Reference in New Issue