Class GcpComputeAuthenticationOptions
java.lang.Object
org.springframework.vault.authentication.GcpComputeAuthenticationOptions
Authentication options for
GcpComputeAuthentication
.
Authentication options provide the path, role and an optional service account
identifier. Instances of this class are immutable once constructed.- Since:
- 2.1
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
-
Field Summary
-
Method Summary
-
Field Details
-
DEFAULT_GCP_AUTHENTICATION_PATH
- See Also:
-
-
Method Details
-
builder
-
getPath
- Returns:
- the path of the gcp authentication backend mount.
-
getServiceAccount
- Returns:
- the GCE service account identifier.
-
getRole
- Returns:
- name of the role against which the login is being attempted.
-