Closed naharoo closed 8 months ago
Thank you are quite right. More hast less speed, let me take a look and I'll try to get a fix out shortly.
Fix coming through as v2.2.2. Building now.
@ChrisPates thanks for the quick fix! I can confirm that the group nested feature works like a charm in v2.2.2.
Describe the bug
Running the v2.2.1 version of SSOSync doesn't flatten nested Google Workspace Groups.
To Reproduce
name:AWS*
as GoogleGroupMatchAWS Group 1
andAWS Group 2
AWS Group 2
AWS Group 2
to groupAWS Group 1
Expected behavior
I expect the user and the group to be created in AWS SSO and the user to be added to the group.
Additional context
I guess that the following code snippet from
sync.go
file is causing this problem:As you can see it is updating the variable
groupMembers
and the loop will not iterate over the newly added items.