KMS - CI/CD用語集の定義
KMS(Key Management Service)は、暗号鍵の生成、保管、アクセス制御を行うマネージドシステムで、生の鍵をその外部に出すことなくenvelope encryptionやartifactの署名を可能にします。
関連ガイド
Secret Rotation - CI/CD Glossary DefinitionSecret rotation periodically replaces credentials with new values and retires the old, limiting how long any…
mTLS - CI/CD Glossary DefinitionmTLS has both client and server present certificates, so each cryptographically proves its identity - the bac…
Signed Commits - CI/CD Glossary DefinitionSigned commits attach a cryptographic signature to each commit so its author can be verified, proving history…