DevOps
42 views
Secret Management
Quick Definition
Securely storing and managing sensitive credentials
Full Definition
Securely storing and managing sensitive credentials like API keys and passwords.
Examples
HashiCorp Vault, AWS Secrets Manager, credential rotation
Related Terms
security
infrastructure-as-code
More DevOps Terms
Docker
Platform for running applications in lightweight containers
Continuous Deployment
Automatically deploying every tested change to production
Continuous Delivery
Automatically building and testing code for release
CI/CD Pipeline
Automated steps from code commit to deployment
Feature Flags
Technique for toggling features without code deployment
Continuous Integration
Frequently merging code with automated verification