Secret Rotation - CI/CD用語集の定義
secret rotationは、新しい資格情報を定期的に発行し以前のものを無効化する運用で、侵害されたキーの露出期間を短縮します。ローテーションはしばしばKMSやvaultによって自動化されます。
関連ガイド
Short-Lived Credentials - CI/CD Glossary DefinitionShort-lived credentials expire minutes after issue, so a leaked CI token is useless almost immediately - the…
KMS - CI/CD Glossary DefinitionA KMS creates, stores, and controls cryptographic keys, so CI can encrypt secrets and sign artifacts without…
OIDC Federation - CI/CD Glossary DefinitionOIDC federation lets a CI system trade its own signed identity for cloud credentials by trusting its OIDC iss…