Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrate per-minion client_acl. #25399

Merged
merged 2 commits into from Jul 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions doc/ref/clientacl.rst
Expand Up @@ -13,13 +13,15 @@ specified user. This configuration is much like the ``peer`` configuration:

.. code-block:: yaml

# Allow thatch to execute anything and allow fred to use ping and pkg
client_acl:
# Allow thatch to execute anything.
thatch:
- .*
# Allow fred to use test and pkg, but only on "web*" minions.
fred:
- test.*
- pkg.*
- web*:
- test.*
- pkg.*

Permission Issues
=================
Expand All @@ -45,4 +47,4 @@ existing user keys and re-start the Salt master:
.. code-block:: bash

rm /var/cache/salt/.*key
service salt-master restart
service salt-master restart