io.quarkus.vault.runtime.config.CredentialsProviderConfig.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
#
#Fri Jun 26 02:13:17 CEST 2020
io.quarkus.vault.runtime.config.CredentialsProviderConfig.databaseCredentialsRole=Database credentials role, as defined by https\://www.vaultproject.io/docs/secrets/databases/index.html\n\nOne of `database-credentials-role` or `kv-path` needs to be defined. not both.\n\n@asciidoclet
io.quarkus.vault.runtime.config.CredentialsProviderConfig.kvKey=Key name to search in vault path `kv-path`. The value for that key is the credential.\n\n`kv-key` should not be defined if `kv-path` is not.\n\nsee https\://www.vaultproject.io/docs/secrets/kv/index.html\n\n@asciidoclet
io.quarkus.vault.runtime.config.CredentialsProviderConfig.kvPath=A path in vault kv store, where we will find the kv-key.\n\nOne of `database-credentials-role` or `kv-path` needs to be defined. not both.\n\nsee https\://www.vaultproject.io/docs/secrets/kv/index.html\n\n@asciidoclet
© 2015 - 2025 Weber Informatics LLC | Privacy Policy