Merge pull request #4308 from rkettelerij/patch-1
[Docs] Improve docs around Consul ACL token
This commit is contained in:
commit
e46aa95be8
|
@ -109,7 +109,9 @@ configuring Nomad to talk to Consul via DNS such as consul.service.consul
|
||||||
communicate with the Consul agent.
|
communicate with the Consul agent.
|
||||||
|
|
||||||
- `token` `(string: "")` - Specifies the token used to provide a per-request ACL
|
- `token` `(string: "")` - Specifies the token used to provide a per-request ACL
|
||||||
token. This option overrides the Consul Agent's default token.
|
token. This option overrides the Consul Agent's default token. If the token is
|
||||||
|
not set here or on the Consul agent, it will default to Consul's anonymous policy,
|
||||||
|
which may or may not allow writes.
|
||||||
|
|
||||||
- `verify_ssl` `(bool: true)`- Specifies if SSL peer verification should be used
|
- `verify_ssl` `(bool: true)`- Specifies if SSL peer verification should be used
|
||||||
when communicating to the Consul API client over HTTPS
|
when communicating to the Consul API client over HTTPS
|
||||||
|
|
Loading…
Reference in a new issue