-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add note about aws configure export-credentials
#13
Comments
Actually - I already see one difference: I mean - the latter is already mentioned in docs at the very beginning:
but maybe it's not intuitive |
Oh, hm. Would we consider this a bug in the CLI's implementation? |
I believe it's done this way on purpose in AWS CLI, to avoid any additional side effects of running |
I believe the AWS CLI's implementation does refresh credentials, because it uses the normal credential resolution mechanisms of the AWS CLI (and botocore). I've added a note to the README in 33a6013 |
@benkehoe actually I meant sth different - that |
Oh, yes, I see. If there are unexpired credentials in |
Yeah yeah, I got it, just wanted to highlight the difference, but I see I already did that on January 😄
|
After merging and releasing aws/aws-cli#7398, I believe
aws configure export-credentials
should be the recommended solution. It would be worth to note in theREADME.md
thataws-export-credentials
is either a legacy solution (is it?) or highlight differences between these two approaches.The text was updated successfully, but these errors were encountered: