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
#
#Wed Oct 30 08:26:21 CET 2019
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.
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
\nkv-key should not be defined if kv-path is not.\n
\nsee https\://www.vaultproject.io/docs/secrets/kv/index.html
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy