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

AWS support does not include the use of session tokens for temporary credentials #2462

Closed
lostcolony opened this issue Nov 17, 2016 · 1 comment

Comments

@lostcolony
Copy link

The AWS option currently only supports cases wherein a permanent access/secret key is supplied as arguments, not for temporary keys (such as those retrieved via STS). This is a common use case, wherein a user can authenticate via something other than having their own IAM user, and can then be given credentialed access to various AWS endpoints (for instance, access to an API in the API Gateway).

Fixing this is extremely simple (though there's a limitation in the aws4 library in certain cases that requires knowledge of AWS, see mhart/aws4#30 for details), and I'll be submitting a PR for it.

lostcolony pushed a commit to lostcolony/request that referenced this issue Nov 17, 2016
…clude the use of session tokens for temporary credentials
@lostcolony
Copy link
Author

PR is in at #2463

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

1 participant