Access Token - CI/CD用語集の定義
access token は、通常は短命でスコープが設定された認証情報で、クライアントがユーザーやサービスに代わってAPI呼び出しを認可するために送信します。有効期限を短く保つことで、漏洩した場合の被害を抑えられます。
関連ガイド
Bearer Token - CI/CD Glossary DefinitionA bearer token authorizes whoever holds it - anyone presenting it in the Authorization header gets access - s…
API Key - CI/CD Glossary DefinitionAn API key is a static secret string identifying a calling app to a service. Simple but long-lived, it must b…
Federated Identity - CI/CD Glossary DefinitionFederated identity lets one system trust identities issued by another, so a CI provider’s tokens are accepted…