mirror of https://github.com/status-im/consul.git
Notes on ACL token storage and permissions
This commit is contained in:
parent
e833b535a6
commit
c57451a414
|
@ -139,10 +139,10 @@ will exit with an error at startup.
|
|||
filesystem locking, meaning some types of mounted folders (e.g. VirtualBox
|
||||
shared folders) may not be suitable. **Note:** both server and non-server
|
||||
agents may store ACL tokens in the state in this directory so read access may
|
||||
grant access to any tokens on servers and on any tokens used to register
|
||||
services on non-servers. On Unix-based platforms the files are written with
|
||||
0600 permissions so you should ensure only trusted processes can execute as
|
||||
the same user as Consul. On Windows, you should ensure the directory has
|
||||
grant access to any tokens on servers and to any tokens used during service
|
||||
registration on non-servers. On Unix-based platforms the files are written
|
||||
with 0600 permissions so you should ensure only trusted processes can execute
|
||||
as the same user as Consul. On Windows, you should ensure the directory has
|
||||
suitable permissions configured as these will be inherited.
|
||||
|
||||
* <a name="_datacenter"></a><a href="#_datacenter">`-datacenter`</a> - This flag controls the datacenter in
|
||||
|
|
Loading…
Reference in New Issue