spring-cloud / spring-cloud-vault

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

Aws vault access request by using iam role #597

Closed jaganm2018 closed 3 years ago

jaganm2018 commented 3 years ago

Hi, I tried some sample to access vault with Java code it’s working in AWS.. but I’m looking spring boot application with bootstrap.yml wise. Please see below ...

  1. I have iam role and integrated with vault.
  2. Planning to run my application in lambda and ec2 instance. For both application points to same aws vault.
  3. I gone through the spring vault but I understand but looking for sample.

please share sample and document. It will more to me. Thanks in advance.