| name | secrets-management |
| description | Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD ... |
| category | Document Processing |
| source | antigravity |
| tags | ["python","api","ai","template","design","document","image","security","docker","kubernetes"] |
| url | https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/secrets-management |
Secrets Management
Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools.
Purpose
Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information.
Use this skill when
- Store API keys and credentials
- Manage database passwords
- Handle TLS certificates
- Rotate secrets automatically
- Implement least-privilege access
Do not use this skill when