Closed heydonovan closed 1 year ago
@heydonovan FYI this is an aws-cli issue, see https://github.com/aws/aws-cli/issues/5109
@nickphbrown Thanks for the heads up! I've added a +1 to the thread and made a comment.
This has been addressed on the next major of gsts which focus its functionality on serving as a good credential_process
citizen (landing via https://github.com/ruimarinho/gsts/pull/82).
Thanks for your feedback!
We are unable to refresh tokens automatically if the session is expired. I created a new profile, test123, copy/pasted it, and it worked just fine. The workaround is to run a
rm -f ~/.aws/credentials
every time this happens, but I don't believe we should have to do this. Is this a bug?I've tried to automate this but couldn't get it to work: