Class GcpIamCredentialsAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.GcpIamAuthenticationSupport
org.springframework.vault.authentication.GcpIamCredentialsAuthenticationOptions

public class GcpIamCredentialsAuthenticationOptions extends GcpIamAuthenticationSupport
Authentication options for GcpIamCredentialsAuthentication.

Authentication options provide the path, a GoogleCredentialsSupplier, role and JWT expiry for GCP IAM authentication. Instances of this class are immutable once constructed.

Since:
2.3.2
Author:
Andreas Gebauer, Magnus Jungsbluth
See Also: