Merge pull request #4308 from rkettelerij/patch-1

[Docs] Improve docs around Consul ACL token
This commit is contained in:
Alex Dadgar 2018-05-25 00:39:46 +00:00 committed by GitHub
commit e46aa95be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,9 @@ configuring Nomad to talk to Consul via DNS such as consul.service.consul
communicate with the Consul agent.
- `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
when communicating to the Consul API client over HTTPS