DEV Community

Discussion on: Automating AWS SSO and G-Suite synchronisation with SSO Sync

Collapse
 
grenguar profile image
Igor Soroka

Thanks for the great article! Unfortunately, now there is no CDK option in the deployments of ssosync.
However, I found the commit where it is still available.
In CLI:
git branch cdk-deployment a1860e71d3477ffded5e15b172ca6c32e4384811
git checkout cdk-deployment

Collapse
 
094459 profile image
Ricardo Sueiras

Thanks for this, I need to set some time aside and update this.

Collapse
 
grenguar profile image
Igor Soroka

Great!
One more question:
what will be the best way to automate the process of assigning the permission set for the account. Also assigning a group to the account. Any cloudformation or cdk advice?

Thread Thread
 
094459 profile image
Ricardo Sueiras

Good question, and I know what you mean. I did not look very hard at how to automate that, but I seem to recall reading something about this. Again, something else I need to look at ;-)