Criptografia em Trânsito - Definição do Glossário de CI/CD
A criptografia em trânsito protege os dados enquanto se movem por uma rede criptografando a conexão, tipicamente com TLS, para que um atacante no caminho não possa lê-los ou alterá-los.
Como funciona
O TLS negocia uma chave de sessão e criptografa o canal, fornecendo confidencialidade e integridade para os dados entre cliente e servidor.
Em CI/CD
Pipelines devem alcançar registries, artifact stores e APIs de nuvem por HTTPS/TLS para que tokens e código nunca sejam enviados em texto claro.
Guias relacionados
Encryption at Rest - CI/CD Glossary DefinitionEncryption at Rest: Encryption at rest protects stored data by encrypting it on disk, so that reading the raw…
Authentication - CI/CD Glossary DefinitionAuthentication: Authentication is the process of verifying who a caller is, usually by checking a credential…
Digital Signature - CI/CD Glossary DefinitionDigital Signature: A digital signature is a value created with a private key that lets anyone with the matchi…