Secrets Manager - CI/CD Glossary Definition
A secrets manager stores secrets centrally and serves them to authorized consumers with access control and auditing.
A secrets manager is a system that securely stores, controls access to, and audits secrets such as API keys, passwords, and certificates, serving them to authorized consumers at run time.
A secrets manager keeps sensitive values out of source control and pipeline files, providing them only when a job runs.
In CI/CD
A pipeline fetches a database password from a secrets manager at run time rather than committing it, and every access is logged for audit.
Related guides
Dynamic Secret - CI/CD Glossary DefinitionDynamic Secret: A dynamic secret is a credential generated on demand for a specific consumer with a short lea…
Vault - CI/CD Glossary DefinitionVault: A vault is a secrets-management system that stores and controls access to tokens, passwords, certifica…
Key Management - CI/CD Glossary DefinitionKey Management: Key management is the disciplined generation, storage, distribution, rotation, and revocation…