JWT - CI/CD用語集の定義
JWT (JSON Web Token) は、payload が claim を JSON として保持する、コンパクトで署名付きのトークンです。CI は外部システムへの認証に、OIDC トークンのような短命な JWT を利用します。
関連ガイド
OIDC Token - CI/CD Glossary DefinitionAn OIDC token is the short-lived signed identity a workflow presents to a cloud provider to get temporary cre…
OIDC - CI/CD Glossary DefinitionOIDC: **OIDC** (OpenID Connect) lets a workflow exchange its identity for short-lived cloud credentials, remo…
Provenance - CI/CD Glossary DefinitionProvenance is verifiable metadata describing how an artifact was built - source, builder, and inputs - lettin…