mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add setting data to the master config template for client_acl
This commit is contained in:
parent
32856600c2
commit
e0c24edf29
1 changed files with 10 additions and 0 deletions
|
@ -100,6 +100,16 @@
|
|||
# If an autosign_file is specified permissive access will allow group access
|
||||
# to that specific file.
|
||||
#permissive_pki_access: False
|
||||
#
|
||||
# Allow users on the master access to execute specific commands on minions.
|
||||
# This setting should be treated with care since it opens up execution
|
||||
# capabilities to non root users. By default this capability is completely
|
||||
# disabled.
|
||||
#
|
||||
# client_acl:
|
||||
# larry:
|
||||
# - test.ping
|
||||
# - network.*
|
||||
|
||||
|
||||
##### Master Module Management #####
|
||||
|
|
Loading…
Add table
Reference in a new issue