KMS - Definição do Glossário de CI/CD
Um KMS (Key Management Service) é um sistema gerenciado que gera, armazena e governa o acesso a chaves criptográficas, viabilizando envelope encryption e a assinatura de artifacts sem que as chaves brutas saiam dele.
Guias relacionados
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…