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

io.quarkus.vault.runtime.config.VaultAuthenticationConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.0.0.Beta1
Show newest version
#
#Fri Jun 26 02:13:17 CEST 2020
io.quarkus.vault.runtime.config.VaultAuthenticationConfig.kubernetes=Kubernetes authentication method\n

\nSee https\://www.vaultproject.io/docs/auth/kubernetes.html io.quarkus.vault.runtime.config.VaultAuthenticationConfig.clientToken=Vault token, bypassing Vault authentication (kubernetes, userpass or approle). This is useful in development\nwhere an authentication mode might not have been set up. In production we will usually prefer some\nauthentication such as userpass, or preferably kubernetes, where Vault tokens get generated with a TTL\nand some ability to revoke them. Lease renewal does not apply. io.quarkus.vault.runtime.config.VaultAuthenticationConfig.appRole=AppRole authentication method\n

\nSee https\://www.vaultproject.io/api/auth/approle/index.html io.quarkus.vault.runtime.config.VaultAuthenticationConfig.userpass=Userpass authentication method\n

\nSee https\://www.vaultproject.io/api/auth/userpass/index.html io.quarkus.vault.runtime.config.VaultAuthenticationConfig.clientTokenWrappingToken=Client token wrapped in a wrapping token, such as what is returned by\:\n

\nvault token create -wrap-ttl\=60s -policy\=myapp\n

\nclient-token and client-token-wrapping-token are exclusive. Lease renewal does not apply.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy