クラス GcpComputeAuthentication

java.lang.ObjectSE
org.springframework.vault.authentication.GcpJwtAuthenticationSupport
org.springframework.vault.authentication.GcpComputeAuthentication
実装済みのインターフェース一覧:
AuthenticationStepsFactoryClientAuthentication

public class GcpComputeAuthentication extends GcpJwtAuthenticationSupport implements ClientAuthentication, AuthenticationStepsFactory
GCP GCE (Google Compute Engine) GCE のメタデータサービスを使用して署名付き JSON Web トークンを作成する -based ログイン実装。

この認証方法は、Google GCE のメタデータサービスとデフォルトまたは指定されたサービスアカウントを組み合わせて、HTTP クライアント経由で JWT 形式の ID ドキュメントを取得します。認証情報と信頼性はランタイム自体から自動的に取得されるため、設定は不要です。

導入:
2.1
作成者:
Mark Paluch
関連事項: