forked from saltstack/salt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip extra traversals of minion cache for auth
With a large amount of minions and large ACL sets, check_minions starts to become rather expensive. The master's publish was already obtaining this list ( albeit later in execution ), but by moving it up and passing it to CkMinion's auth_check, it allows CkMinion's validate_tgt to skip a cache traversal. Related to saltstack#33948
- Loading branch information
Steve Hajducko
committed
Sep 17, 2016
1 parent
73ee12e
commit 7fb1dba
Showing
1 changed file
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters