Skip to content
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

Closed
yesteph opened this issue Jul 17, 2023 · 3 comments
Closed

Exclude manually created Identity Center Groups #141

yesteph opened this issue Jul 17, 2023 · 3 comments

Comments

@yesteph
Copy link

yesteph commented Jul 17, 2023

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 groups Manual synced, and only delete SCIM synced groups

@yesteph yesteph changed the title Allow manually created Identity Center Groups Exclude manually created Identity Center Groups Jul 17, 2023
@yesteph
Copy link
Author

yesteph commented Jul 21, 2023

Not so easy to retrieve if an Identity Center group creation is Manual or SCIM.

An alternative is to apply a regular expression on existing AWS groups, to exclude them from the list of groups considered during a synch.

@ChrisPates
Copy link
Contributor

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.

@ChrisPates
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants