-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement multi-pattern support for groups and users * adjust regex for multi-pattern * Allow - and ' ' in names * UPDATE envVar creation logic for Match * Update template.yaml * Update template.yaml * Adding support for '*' to sync all and empty to sync nothing. * Improvements to Filtering UserMatch now considered in addition to GroupMatch. Improved filtering for external users proper handling of nested groups. * Improve logging Added dump of envVars Corrected copy&paste error in log message. * Adding user detail caching To reduce repeated calls to the directory api, prefetch all users and use when processing groups. * Update README.md
- Loading branch information
1 parent
a2930a1
commit d9ab40b
Showing
5 changed files
with
197 additions
and
79 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
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
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
Oops, something went wrong.