鍵管理 - CI/CD 用語集の定義
鍵管理は、暗号鍵をライフサイクル全体にわたって生成、安全に保管、配布、ローテーション、失効させることをカバーします。CI では KMS や vault を使い、生の秘密鍵が保護された境界を決して離れることなく pipeline が署名と復号を行えるようにすることを意味します。
関連ガイド
Certificate Rotation - CI/CD Glossary DefinitionCertificate rotation replaces TLS certificates before they expire, so services keep trusting each other and a…
Artifact Signing - CI/CD Glossary DefinitionArtifact signing attaches a cryptographic signature to a build output so consumers can verify which pipeline…
Service Account Key - CI/CD Glossary DefinitionA service account key is a long-lived credential for a non-human automation identity. Powerful and hard to ro…