mirror of
https://github.com/status-im/consul.git
synced 2025-01-15 08:14:54 +00:00
Website: GH-747 change acl_master token to acl_master_token
This commit is contained in:
parent
caf1783366
commit
30b7cf7f1f
@ -268,8 +268,8 @@ definitions support being updated during a reload.
|
|||||||
permissions if it does not exist. It allows operators to bootstrap the ACL system
|
permissions if it does not exist. It allows operators to bootstrap the ACL system
|
||||||
with a token ID that is well-known.
|
with a token ID that is well-known.
|
||||||
<br><br>
|
<br><br>
|
||||||
Note that the `acl_master` token is only installed when a server acquires cluster leadership. If
|
Note that the `acl_master_token` is only installed when a server acquires cluster leadership. If
|
||||||
you would like to install or change the `acl_master` token, set the new value for `acl_master`
|
you would like to install or change the `acl_master_token`, set the new value for `acl_master_token`
|
||||||
in the configuration for all servers. Once this is done, restart the current leader to force a
|
in the configuration for all servers. Once this is done, restart the current leader to force a
|
||||||
leader election.
|
leader election.
|
||||||
|
|
||||||
|
@ -88,10 +88,10 @@ key "_rexec/" {
|
|||||||
|
|
||||||
Bootstrapping the ACL system is done by providing an initial [`acl_master_token`
|
Bootstrapping the ACL system is done by providing an initial [`acl_master_token`
|
||||||
configuration](/docs/agent/options.html#acl_master_token), which will be created
|
configuration](/docs/agent/options.html#acl_master_token), which will be created
|
||||||
as a "management" type token if it does not exist. Note that the `acl_master`
|
as a "management" type token if it does not exist. Note that the `acl_master_token`
|
||||||
token is only installed when a server acquires cluster leadership. If you would
|
is only installed when a server acquires cluster leadership. If you would
|
||||||
like to install or change the `acl_master` token, set the new value for
|
like to install or change the `acl_master_token`, set the new value for
|
||||||
`acl_master` in the configuration for all servers. Once this is done, restart the
|
`acl_master_token` in the configuration for all servers. Once this is done, restart the
|
||||||
current leader to force a leader election.
|
current leader to force a leader election.
|
||||||
|
|
||||||
## Rule Specification
|
## Rule Specification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user