add support for acl options

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2015-03-05 16:39:14 +01:00
parent 29cb89340e
commit 8820c1ca2b
2 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
acl-datacenter
acl-default-policy
acl-down-policy
acl-master-token
acl-token
acl-ttl
bind-addr
bootstrap-expect
ca-file-source