awslabs / ssosync

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

SSOSync is able to create user into AWS but not able to add that user into the group. #115

Closed manisomanish closed 1 year ago

manisomanish commented 1 year ago

Hello, We have setup the AWS SSO with G-Suits, Its was working perfectly before but from few days the lambda function is only able to create user but not able to add that user into group. We can also see th below logs into lambda Logs but can't find user from AWS GUI:- { "group": "AWS-GroupName", "id": "User-name", "level": "debug", "msg": "get user", "time": "timestamp" }

Can anyone help? TIA

manisomanish commented 1 year ago

The issue has been solved after updating to the latest release.