All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vault.runtime.config.VaultBootstrapConfig$KvPathConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.0.0.Beta1
Show newest version
#
#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