API Key - Definição do Glossário de CI/CD
Uma API key é uma string secreta estática e de longa duração que identifica e autoriza uma aplicação chamadora perante um serviço; por não expirar sozinha, ela pertence a um secret store de CI, nunca deve ser commitada, e é melhor combinada com rotação.
Guias relacionados
Bearer Token - CI/CD Glossary DefinitionA bearer token authorizes whoever holds it - anyone presenting it in the Authorization header gets access - s…
HMAC Signature - CI/CD Glossary DefinitionAn HMAC signature proves a message’s authenticity and integrity with a shared secret key - how a receiver ver…
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…