Uses of Class
io.helidon.integrations.vault.auths.k8s.Login.Request
Packages that use Login.Request
Package
Description
Vault authentication method for Kubernetes.
-
Uses of Login.Request in io.helidon.integrations.vault.auths.k8s
Methods in io.helidon.integrations.vault.auths.k8s that return Login.RequestModifier and TypeMethodDescriptionstatic Login.Request
Login.Request.builder()
Fluent API builder for configuring a request.static Login.Request
Create a new login request for role name and k8s service account token.Vault's role name.Login.Request.serviceAccountToken
(String token) Kubernetes service account token.Methods in io.helidon.integrations.vault.auths.k8s with parameters of type Login.RequestModifier and TypeMethodDescriptionK8sAuth.login
(Login.Request request) Fetch a token.K8sAuthRx.login
(Login.Request request) Fetch a token.