io.quarkus.vault.runtime.config.VaultBootstrapConfig$KvPathConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-vault Show documentation
Show all versions of quarkus-vault Show documentation
Store your credentials securely in HashiCorp Vault
#
#Wed Mar 24 14:03:01 CET 2021
io.quarkus.vault.runtime.config.VaultBootstrapConfig.KvPathConfig.paths=List of comma separated vault paths in kv store,\nwhere all properties will be available as **prefixed** MP config properties.\n\nFor instance if the application properties contains\n`quarkus.vault.secret-config-kv-path.myprefix\=config`, and\nvault path `secret/config` contains `foo\=bar`, then `myprefix.foo`\nwill be available in the MP config.\n
\nIf the same property is available in 2 different paths for the same prefix, the last one\nwill win.\n
\nSee also the documentation for the `quarkus.vault.kv-secret-engine-mount-path` property for some insights on how\nthe full Vault url gets built.\n\n@asciidoclet
© 2015 - 2025 Weber Informatics LLC | Privacy Policy