spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
274 stars 152 forks source link

Add support for AWS STS tokens #575

Closed krisiye closed 3 years ago

krisiye commented 3 years ago

Fixes #572

Note: spring cloud AWS does not support STS session tokens yet. 
However, this enhancement will allow us to get an STS-backed session token as well as use spring cloud aws for the accessKey and secretKey.  

See https://github.com/awspring/spring-cloud-aws/issues/73

krisiye commented 3 years ago

@mp911de - When you have a chance can you please review this PR? Thanks for your help!

mp911de commented 3 years ago

Can you please rebase the PR? Merge commits sometimes cause trouble when merging pull requests.

krisiye commented 3 years ago

Can you please rebase the PR? Merge commits sometimes cause trouble when merging pull requests.

Done

mp911de commented 3 years ago

Thank you for your contribution. That's merged and polished now.