Class KubernetesAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.KubernetesAuthenticationOptions

public class KubernetesAuthenticationOptions extends Object
Authentication options for KubernetesAuthentication.

Authentication options provide the path, role and jwt supplier. KubernetesAuthentication can be constructed using builder(). Instances of this class are immutable once constructed.

Defaults to obtain the token from /var/run/secrets/kubernetes.io/serviceaccount/token on each login.

Since:
2.0
Author:
Michal Budzyn, Mark Paluch
See Also: