Terminology Index
Glossary
1801 terms
Showing 225-256 of 1801 terms
C32
CI/CD Credential Management
Securing the secrets, API keys, tokens, and credentials, used by continuous integration and deployment pipelines. Because pipelines are powerful and automated, their credentials are a prime target and must be vaulted, scoped, and rotated.
CI/CD systems deploy code and touch production, so the credentials they hold can grant broad access if stolen. Good management stores secrets in a vault rather than in code or config, scopes them tightly, issues short-lived or just-in-time credentials, and rotates them, reducing the damage if a pipeline is compromised.
Introduced in: Privileged Access Management
Examples
- Pulling deployment secrets from a vault at runtime instead of hardcoding them.
- Issuing short-lived, scoped credentials to a pipeline job.
- Rotating a leaked CI/CD token and auditing what it could access.
No related terms linked yet.
