|
|
|
@ -20,6 +20,23 @@ None. |
|
|
|
|
|
|
|
|
|
OPTIONAL PARAMETERS |
|
|
|
|
------------------- |
|
|
|
|
acl-datacenter:: |
|
|
|
|
only used by servers. This designates the datacenter which is authoritative |
|
|
|
|
for ACL information. |
|
|
|
|
acl-default-policy:: |
|
|
|
|
either "allow" or "deny"; defaults to "allow". The default policy controls the |
|
|
|
|
behavior of a token when there is no matching rule. |
|
|
|
|
acl-down-policy:: |
|
|
|
|
either "allow", "deny" or "extend-cache"; "extend-cache" is the default. |
|
|
|
|
acl-master-token:: |
|
|
|
|
only used for servers in the acl_datacenter. This token will be created with |
|
|
|
|
management-level permissions if it does not exist. It allows operators to |
|
|
|
|
bootstrap the ACL system with a token ID that is well-known. |
|
|
|
|
acl-token:: |
|
|
|
|
when provided, the agent will use this token when making requests to the |
|
|
|
|
Consul servers. |
|
|
|
|
acl-ttl:: |
|
|
|
|
used to control Time-To-Live caching of ACLs. |
|
|
|
|
bind-addr:: |
|
|
|
|
sets the bind address for cluster communication |
|
|
|
|
bootstrap-expect:: |
|
|
|
@ -126,6 +143,7 @@ __consul_agent \ |
|
|
|
|
SEE ALSO |
|
|
|
|
-------- |
|
|
|
|
- cdist-type(7) |
|
|
|
|
- http://www.consul.io/docs/agent/options.html |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
COPYING |
|
|
|
|