サービスアカウントキー - CI/CD 用語集の定義
サービスアカウントキーは、非人間の ID(CI や自動化アカウント)が API を呼び出すために発行される静的な認証情報です。長期有効で価値が高いため、ベストプラクティスでは可能な限り OIDC フェデレーションと短期の認証情報に置き換えます。
関連ガイド
Key Management - CI/CD Glossary DefinitionKey management is the lifecycle of cryptographic keys - generation, storage, rotation, revocation - so CI sig…
Least Privilege - CI/CD Glossary DefinitionLeast privilege grants each identity only the permissions it actually needs and no more, so a leaked CI crede…
Federated Identity - CI/CD Glossary DefinitionFederated identity lets one system trust identities issued by another, so a CI provider’s tokens are accepted…