add support for acl options
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								29cb89340e
							
						
					
				
			
			
				commit
				
					
						8820c1ca2b
					
				
			
		
					 2 changed files with 24 additions and 0 deletions
				
			
		| 
						 | 
					@ -20,6 +20,23 @@ None.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPTIONAL PARAMETERS
 | 
					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::
 | 
					bind-addr::
 | 
				
			||||||
   sets the bind address for cluster communication
 | 
					   sets the bind address for cluster communication
 | 
				
			||||||
bootstrap-expect::
 | 
					bootstrap-expect::
 | 
				
			||||||
| 
						 | 
					@ -126,6 +143,7 @@ __consul_agent \
 | 
				
			||||||
SEE ALSO
 | 
					SEE ALSO
 | 
				
			||||||
--------
 | 
					--------
 | 
				
			||||||
- cdist-type(7)
 | 
					- cdist-type(7)
 | 
				
			||||||
 | 
					- http://www.consul.io/docs/agent/options.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPYING
 | 
					COPYING
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,9 @@
 | 
				
			||||||
 | 
					acl-datacenter
 | 
				
			||||||
 | 
					acl-default-policy
 | 
				
			||||||
 | 
					acl-down-policy
 | 
				
			||||||
 | 
					acl-master-token
 | 
				
			||||||
 | 
					acl-token
 | 
				
			||||||
 | 
					acl-ttl
 | 
				
			||||||
bind-addr
 | 
					bind-addr
 | 
				
			||||||
bootstrap-expect
 | 
					bootstrap-expect
 | 
				
			||||||
ca-file-source
 | 
					ca-file-source
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue