Pass value from Hashcorp keyvault into application.yml file

27 Views Asked by At

Load hashicorp key vault values into my application.yml file in Spring boot

1

There are 1 best solutions below

0
Wijayanga Wijekoon On

To pass values from HashiCorp Vault into the application.yml file of a Spring Boot application, you can use Spring Cloud Vault. Spring Cloud Vault provides integration with HashiCorp Vault and allows you to retrieve secrets from Vault and inject them into your Spring application context.