spring-cloud-config icon indicating copy to clipboard operation
spring-cloud-config copied to clipboard

Add support to Vault token

Open djosemartine opened this issue 4 years ago • 0 comments

Spring cloud config server supports Vault as a backend.

It would be nice to be allowed to set the vault token as an option in the configurations, i.e, spring.cloud.config.token

In that way, the vault token could be provided by setting that option: spring.cloud.config.token: vault-token

It would useful if that value can be overridden by an environmental variable such as SPRING_CONFIG_AUTH_TOKEN

djosemartine avatar May 19 '20 23:05 djosemartine