You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have any plans to support AWS SSO? e.g. to be able to map back a specific AWS SSO-managed role (AWSSSOReserved_AdminAccess_xxxx) to a list of users assigned with this role
Thanks!
The text was updated successfully, but these errors were encountered:
To answer your question, we currently don't have plans to add AWS SSO support. I think it would be reasonable to include in 1.2.0. I took a quick look at the work it would take, lemme know if you think it's a reasonable summary:
Find a way to grab the user -> role mapping (would need to put in gathering.py and maybe guard it with a --with-sso flag/param)
Find a way to stash the mapping data
Add something in the query/argquery to let people query by SSO user (maybe something like sso/user_one for the principal component).
Hello,
Do you have any plans to support AWS SSO? e.g. to be able to map back a specific AWS SSO-managed role (AWSSSOReserved_AdminAccess_xxxx) to a list of users assigned with this role
Thanks!
The text was updated successfully, but these errors were encountered: