Skip to content

Commit

Permalink
Update external auth documentation to list supported matcher. (#32733)
Browse files Browse the repository at this point in the history
Thanks to #31598, all matchers are supported for eauth configuration.
But we still have no way to use compound matchers in eauth configuration.
Update the documentation to explicitly express this limitation.
  • Loading branch information
Lothiraldan authored and Mike Place committed Apr 21, 2016
1 parent bba089d commit 2cd0817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/topics/eauth/access_control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The access controls are manifested using matchers in these configurations:
In the above example, fred is able to send commands only to minions which match
the specified glob target. This can be expanded to include other functions for
other minions based on standard targets.
other minions based on standard targets (all matchers are supported except the compound one).

.. code-block:: yaml
Expand All @@ -58,4 +58,3 @@ unrestricted access to salt commands.

.. note::
Functions are matched using regular expressions.

0 comments on commit 2cd0817

Please sign in to comment.