Short-Lived Credentials - CI/CD用語集の定義
short-lived credentialsは、わずか数分から1時間だけ有効なアクセストークンで、漏洩したCIの資格情報が悪用可能な期間を最小化します。通常はOIDC federationを介して発行されます。
関連ガイド
OIDC Federation - CI/CD Glossary DefinitionOIDC federation lets a CI system trade its own signed identity for cloud credentials by trusting its OIDC iss…
Secret Rotation - CI/CD Glossary DefinitionSecret rotation periodically replaces credentials with new values and retires the old, limiting how long any…
KMS - CI/CD Glossary DefinitionA KMS creates, stores, and controls cryptographic keys, so CI can encrypt secrets and sign artifacts without…