awslabs / ssosync

Populate AWS SSO directly with your G Suite users and groups using either a CLI or AWS Lambda
Apache License 2.0
512 stars 175 forks source link

Group owners should be also a group members #189

Closed Leny1996 closed 4 months ago

Leny1996 commented 4 months ago

Describe the bug After update to latest version (2.2.2) I noticed that a lot of accounts has been removed, then noticed that all of those people were owners of a groups (also my account was removed, because I'm the owner of main group - it's good to have a backup account in IAM in that case).

I can see the notice on README:

group owners and external users are ignored.

Question is, why group owners are not treated as group members? This is the default behavior of Google accounts and also it was working that way previously on SSOSync.

ChrisPates commented 4 months ago

Thanks for the feedback, will adjust handling so Group Owners are treated as Group Members, this will be released as v2.2.4 Hopefully by the end of the day.