-
Notifications
You must be signed in to change notification settings - Fork 615
Feature/credential provider env #24
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think some SDKs also support setting the expiry time for environment credentials.
https://code.amazon.com/packages/AwsDrSeps/blobs/master/--/seps/accepted/shared/refreshing-credentials.md
This was specifically asked for by Lambda, since they can change the environment variables in the process object while the function is running.
I didn't realize that SEP had been accepted, but it looks like Boto has implemented it. Is this something we should think about adding to V2? |
I believe we have it on our backlog for V2 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
Feature/credential provider env
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Spun off from #5
This PR adds a credential provider that reads from
AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
, andAWS_SESSION_TOKEN
.