Skip to content
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

Are credentials persistent? #47

Open
80kk opened this issue Jun 10, 2020 · 1 comment
Open

Are credentials persistent? #47

80kk opened this issue Jun 10, 2020 · 1 comment

Comments

@80kk
Copy link

80kk commented Jun 10, 2020

I need a mechanism where credentials obtained by Pod are persistent. Are they persistent based on IAM role or they are valid for certain amount of time and must be obtained again?

@mikkeloscar
Copy link
Contributor

The individual credentials are valid for 1 hour by default and are refreshed by the controller. It's expected that the AWS SDK automatically refreshes (e.g. reloads the newly refreshed credentials as needed). If the AWS SDK is configured as described here then this will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants