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
My company has a funny setup where we have SECRET and ACCESS_KEY only for one account. Then that account is configured to allow role assumption for a set of different accounts.
Also, it is a requirement that every user has MFA configured.
This tool does not seem to support adding environments that works with role assumption and MFA, although the aws-cli does.
As you can see, I don't have secret and access key for dev, qa, stg or prod. That makes this tool unusable for a lot of companies that are using this setup.
The text was updated successfully, but these errors were encountered:
ejoncas
changed the title
Support MultiFactor Authentication
Support source_profile and MFA
Apr 6, 2018
My company has a funny setup where we have SECRET and ACCESS_KEY only for one account. Then that account is configured to allow role assumption for a set of different accounts.
Also, it is a requirement that every user has MFA configured.
This tool does not seem to support adding environments that works with role assumption and MFA, although the aws-cli does.
My .aws/credentials looks something like:
More info:
https://aws.amazon.com/blogs/security/how-to-use-a-single-iam-user-to-easily-access-all-your-accounts-by-using-the-aws-cli/
https://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html
As you can see, I don't have secret and access key for dev, qa, stg or prod. That makes this tool unusable for a lot of companies that are using this setup.
The text was updated successfully, but these errors were encountered: