Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth: support MFA without assuming a role #2885

Open
JadenSimon opened this issue Sep 13, 2022 · 0 comments
Open

auth: support MFA without assuming a role #2885

JadenSimon opened this issue Sep 13, 2022 · 0 comments
Labels
auth-credentials authentication, authorization, credentials, AWS Builder ID, sso feature-request New feature or enhancement. May require GitHub community feedback.

Comments

@JadenSimon
Copy link
Contributor

Problem

It's possible to use MFA devices combined with long-term credentials but the Toolkit does not support this. Example configuration:

[default]
aws_access_key_id = access_key
aws_secret_access_key = secret_key
mfa_serial = arn:aws:iam::1234567890:mfa/user

No prompt is shown when selecting this profile in the Toolkit

Expected behavior

The Toolkit prompts for an MFA code and calls GetSessionToken on the user's behalf.

@JadenSimon JadenSimon added feature-request New feature or enhancement. May require GitHub community feedback. auth-credentials authentication, authorization, credentials, AWS Builder ID, sso labels Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-credentials authentication, authorization, credentials, AWS Builder ID, sso feature-request New feature or enhancement. May require GitHub community feedback.
Projects
None yet
Development

No branches or pull requests

1 participant