-
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 caching STS credentials #109
Comments
As far as I know, there is currently no way in aws-sdk-go to cache credentials between sessions. I just created an issue on |
Hello @jmhale and @deinspanjer, I just added in 5a73223, available on |
Hi @fxaguessy, I just tested and it works like a charm even with multiple accounts assume roles. |
How exactly did you install? I've been using brew, but I get an error trying to instead HEAD:
|
@fxaguessy Works great! Thanks! |
@xp-1000 @jmhale , great to know, thanks for your feedback ! @deinspanjer, |
awless doesn't cache the temporary STS credentials returned by AWS, so when MFA is enforced on an account, the MFA token must be entered for every command.
This is contrary to how
awscli
operates, which only re-prompts for MFA when the STS credentials expire.This was referenced and responded to in #60, but I didn't see an actual issue opened for it to track.
The text was updated successfully, but these errors were encountered: