spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

Add AWS IAM Authentication to `EnvironmentVaultConfiguration` #761

Closed missedone closed 1 year ago

missedone commented 1 year ago

https://github.com/spring-projects/spring-vault/blob/26a77a2199ecd5186f04c930c2062ef7bb4711ee/spring-vault-core/src/main/java/org/springframework/vault/config/EnvironmentVaultConfiguration.java#L250-L273

EnvironmentVaultConfiguration supports AWS EC2 today, which is good, can you also add support for AWS IAM?

mp911de commented 1 year ago

Feel free to submit a pull request.

missedone commented 1 year ago

sure, done https://github.com/spring-projects/spring-vault/pull/765