Uses of Class
io.quarkus.vault.auth.VaultKubernetesAuthConfig
-
Packages that use VaultKubernetesAuthConfig Package Description io.quarkus.vault io.quarkus.vault.auth io.quarkus.vault.runtime -
-
Uses of VaultKubernetesAuthConfig in io.quarkus.vault
Methods in io.quarkus.vault that return VaultKubernetesAuthConfig Modifier and Type Method Description VaultKubernetesAuthConfigVaultKubernetesAuthService. getConfig()Gives access to the currently configured Kubernetes auth method.Methods in io.quarkus.vault that return types with arguments of type VaultKubernetesAuthConfig Modifier and Type Method Description io.smallrye.mutiny.Uni<VaultKubernetesAuthConfig>VaultKubernetesAuthReactiveService. getConfig()Gives access to the currently configured Kubernetes auth method.Methods in io.quarkus.vault with parameters of type VaultKubernetesAuthConfig Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>VaultKubernetesAuthReactiveService. configure(VaultKubernetesAuthConfig config)Configure the Kubernetes auth method.voidVaultKubernetesAuthService. configure(VaultKubernetesAuthConfig config)Configure the Kubernetes auth method. -
Uses of VaultKubernetesAuthConfig in io.quarkus.vault.auth
Methods in io.quarkus.vault.auth that return VaultKubernetesAuthConfig Modifier and Type Method Description VaultKubernetesAuthConfigVaultKubernetesAuthConfig. setIssuer(String issuer)VaultKubernetesAuthConfigVaultKubernetesAuthConfig. setKubernetesCaCert(String kubernetesCaCert)VaultKubernetesAuthConfigVaultKubernetesAuthConfig. setKubernetesHost(String kubernetesHost)VaultKubernetesAuthConfigVaultKubernetesAuthConfig. setPemKeys(List<String> pemKeys)VaultKubernetesAuthConfigVaultKubernetesAuthConfig. setTokenReviewerJwt(String tokenReviewerJwt) -
Uses of VaultKubernetesAuthConfig in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return types with arguments of type VaultKubernetesAuthConfig Modifier and Type Method Description io.smallrye.mutiny.Uni<VaultKubernetesAuthConfig>VaultKubernetesAuthManager. getConfig()Methods in io.quarkus.vault.runtime with parameters of type VaultKubernetesAuthConfig Modifier and Type Method Description io.smallrye.mutiny.Uni<Void>VaultKubernetesAuthManager. configure(VaultKubernetesAuthConfig config)
-