Uses of Class
org.springframework.vault.authentication.GcpJwtAuthenticationSupport
Package
Description
Support for authentication and session management.
-
Uses of GcpJwtAuthenticationSupport in org.springframework.vault.authentication
Modifier and TypeClassDescriptionclass
GCP GCE (Google Compute Engine)-based login implementation using GCE's metadata service to create signed JSON Web Token.class
Deprecated.class
Google Cloud IAM credentials login implementation using GCP IAM service accounts to legitimate its authenticity via JSON Web Token using the IAM Credentialsprojects.serviceAccounts.signJwt
method.
GcpIamCredentialsAuthentication
instead.