secret-rotation-vault
Installation
SKILL.md
Secret Rotation & Vault Management
This skill ensures that even if a secret is stolen, it is only valid for a short time.
Instructions
- Integrate with Vault managers (HashiCorp Vault, AWS Secrets Manager).
- Set up automated rotation for DB passwords and third-party API keys.
- Use 'Dynamic Secrets' that are generated per-request and expire quickly.
- Audit access logs for every time a secret is retrieved.
- Implement 'Emergency Revocation' (The 'Red Button' to kill all keys).
Examples
- "Set up an AWS Lambda to rotate my RDS password every 30 days."
- "How do I provide a 'One-time' use API key to a specific agent?"