-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Is your feature request related to a problem? Please describe.
We are adding in some services secrets over time, and we need to restart the service/or refresh the context externally via actuator endpoint, after updating the secrets in vault. Introducing a auto reload mechanism would improve the workflow.
Describe the solution you'd like
Integrating the hashicorp/vault documenteted solution natively into the spring-cloud-vault-config library. Maybe with additionally checking if the secret version has changed.
Describe alternatives you've considered
Implementing it myself into services/creating a company wide library to realize this feature.