io.quarkus.vault.runtime.config.VaultUserpassAuthenticationConfig.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.VaultUserpassAuthenticationConfig.password=Password for userpass auth method. This property is required when selecting the userpass authentication type.
io.quarkus.vault.runtime.config.VaultUserpassAuthenticationConfig.passwordWrappingToken=Wrapping token containing a Password, obtained from\:\n\nvault kv get -wrap-ttl\=60s secret/\n\nThe key has to be 'password', meaning the password has initially been provisioned with\:\n
\nvault kv put secret/ password\=\n\npassword and password-wrapping-token are exclusive
io.quarkus.vault.runtime.config.VaultUserpassAuthenticationConfig.username=User for userpass auth method. This property is required when selecting the userpass authentication type.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy