forked from awslabs/ssosync
-
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.
- Loading branch information
1 parent
c65b4d0
commit 0e2fbe7
Showing
4 changed files
with
44 additions
and
15 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 |
---|---|---|
|
@@ -112,6 +112,8 @@ Flags: | |
-u, --google-admin string Google Admin Email | ||
-c, --google-credentials string set the path to find credentials for Google (default "credentials.json") | ||
-h, --help help for ssosync | ||
--ignore-groups strings ignores these groups | ||
--ignore-users strings ignores these users | ||
--log-format string log format (default "text") | ||
--log-level string log level (default "warn") | ||
-v, --version version for ssosync | ||
|
@@ -129,6 +131,8 @@ The output of the command when run without 'debug' turned on looks like this: | |
2020-05-26T12:08:15.703+0100 INFO internal/sync.go:183 Done sync groups | ||
``` | ||
|
||
You can ignore users to be synced by setting `--ignore-users [email protected],[email protected]` or `[email protected],[email protected]`. Groups are ignored by setting `--ignore-groups [email protected],[email protected]` or `[email protected],[email protected]`. | ||
|
||
## AWS Lambda Usage | ||
|
||
NOTE: Using Lambda may incur costs in your AWS account. Please make sure you have checked | ||
|
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