-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude manually created Identity Center Groups #141
Comments
Not so easy to retrieve if an Identity Center group creation is An alternative is to apply a regular expression on existing AWS groups, to exclude them from the list of groups considered during a synch. |
Indeed, I like the idea. However, will need to rework so all user and group creations are via SCIM and not the IdentityStore API. To allow it to distinguish. |
This items has been merged into a more complete feature request Configurable handling of 'manually created' Users/Groups in IAM Identity Center #179, please review and provide feedback on that item. |
Is your feature request related to a problem? Please describe.
In conjunction with Google Workspace groups, we have some Identity Center groups that have been manually created. We need them because in complement of Google Workspace administrators, we have AWS administrators that can run some infra as code to provision groups and permission sets.
Right now, SSOSync deletes all the groups in Identity Center which are not present in Google workspaces side.
Describe the solution you'd like
Add an option to preserve Identity Center groups that are not related to Google Workspace ones.
If
True
this option must make SSOSync to keep AWS Identity Center groupsManual
synced, and only deleteSCIM
synced groupsThe text was updated successfully, but these errors were encountered: