-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
cross-sdkfeature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue
Description
Related issues:
- Credentials files are only read once and are never reread boto/botocore#704
- Allow refreshing credentials from shared credentials file if file is modified boto/botocore#2450
- Reload ProfileCredentialsProvider if ProfileFile changes on disk aws-sdk-java-v2#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):
wenslayer, chbomtempo, sstock, wave2, luisgerhorst and 10 moremaresb and kbristow
Metadata
Metadata
Assignees
Labels
cross-sdkfeature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue