Reload credentials from the AWS credential file if they have changed on disk
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
Related issues:
- https://github.com/boto/botocore/issues/704
- https://github.com/boto/botocore/issues/2450
- https://github.com/aws/aws-sdk-java-v2/issues/1754
> We require short term credentials to be used for all API calls. As an easy way to deal with this, we have been writing credentials to a credentials file continually every X minutes and relying on the default search order for finding credentials. That way, we don't have to write any specific authentication code inside the app.
The current solution is for users to write their own credential provider to do this, as demonstrated here (for the Python SDK):
https://github.com/boto/botocore/issues/704#issuecomment-706588279
Contributor guide
Assessment
This issue has not been assessed yet.