Uses of Class
io.helidon.integrations.vault.auths.k8s.ConfigureK8s.Request
Packages that use ConfigureK8s.Request
Package
Description
Vault authentication method for Kubernetes.
-
Uses of ConfigureK8s.Request in io.helidon.integrations.vault.auths.k8s
Methods in io.helidon.integrations.vault.auths.k8s that return ConfigureK8s.RequestModifier and TypeMethodDescriptionAdd PEM formatted public key or certificate used to verify the signatures of Kubernetes service account JWTs.Host string, host:port pair, or URL to the base of the Kubernetes API server.static ConfigureK8s.Request
ConfigureK8s.Request.builder()
Fluent API builder for configuring a request.ConfigureK8s.Request.disableIssuerValidation
(boolean disable) Disable JWT issuer validation.ConfigureK8s.Request.disableLocalCaJwt
(boolean disable) Disable defaulting to the local CA cert and service account JWT when running in a Kubernetes pod.Optional JWT issuer.PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.ConfigureK8s.Request.tokenReviewerJwt
(String token) A service account JWT used to access the TokenReview API to validate other JWTs during login.Methods in io.helidon.integrations.vault.auths.k8s with parameters of type ConfigureK8s.RequestModifier and TypeMethodDescriptionK8sAuth.configure
(ConfigureK8s.Request request) Configure this authentication method.