spring-guides / gs-vault-config

Vault Configuration :: Learn how to store and retrieve application configuration details in HashiCorp Vault

Home Page:https://spring.io/guides/gs/vault-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get configuration property

bgrooot opened this issue · comments

After adding the line below to the bootstrap.properties file, I was able to get the configuration property.

spring.cloud.vault.kv.enabled=true

It seems to be related to the kv enging update.