-
Notifications
You must be signed in to change notification settings - Fork 264
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
Support for AWS profile with MFA (multifactor authentication) #60
Comments
This should be possible in the last version of |
Thank you very much for looking into this! I was able to get it to prompt and the command returned successfully after entering the MFA token code. However, it doesn't appear to be caching/updating the credentials, unlike the normal aws cli, I have to enter a new token on every request which means I have to wait 30 seconds between each request as it is not allowed to reuse the same token. |
As far as I know, caching credentials on disk is not yet possible in aws-go-sdk. That's why the credentials are not persisted across |
See separated issue: #109 for the caching of STS credentials. |
I was trying to use the new aws.profile config setting, but I'm suspecting that awless doesn't yet support using a profile that requires the user to enter a MFA token?
The text was updated successfully, but these errors were encountered: