-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google: Option to filter groups by regexp
- Loading branch information
Showing
2 changed files
with
31 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,16 @@ connectors: | |
# | ||
#serviceAccountFilePath: googleAuth.json | ||
#adminEmail: [email protected] | ||
|
||
# When fetching groups, this field allows to add a regexp to filter the groups | ||
# that will be returned and used. | ||
# This can be useful when the user is registered on a lot of groups because | ||
# he is part of multiple clusters. In this case, usually, the groups are named | ||
# with a pattern and a regexp can be used to filter the groups per cluster, | ||
# allowing to have a smaller group list retrieved for each cluster. | ||
# Default to empty string, and no filtering will be done in this case. | ||
# | ||
# groupsFilter: '^regexp.*' | ||
``` | ||
|
||
## Fetching groups from Google | ||
|
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