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

Adding credentials file reader support for session token. #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rendicott
Copy link

It's already supported in awscredentials.py but it just wasn't being parsed from the credentialsreader.

…y supported in awscredentials.py but it just wasn't being parsed from the credentialsreader.
@yimuniao
Copy link
Contributor

yimuniao commented Dec 9, 2017

Will the token expire?

@rendicott
Copy link
Author

Tokens will always expire. This is to support the use case where you have another process generating the credentials file entry and want the plugin to consume those credentials. This was required for us because we were using an instance profile that was doing a cross account assume role.

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

Successfully merging this pull request may close these issues.

2 participants