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

Configure custom awsRegionProvider for awsIam? (autoconfig) #762

Closed handcarbon closed 1 year ago

handcarbon commented 1 year ago

There doesn't seem to be an easy way, how to set up custom regionProvider for awsIamAuthentication? Cannot wire my custom RegionProvider bean...

Only way is to build ClientAuthentication bean by myself?