Overview
Implemented support for multiple authentication keys per service account, enabling credential rotation and improved security practices.
Key Features
- Multiple Keys: Support for multiple active keys per account
- Independent Lifecycle: Create, rotate, delete keys independently
- Metadata: Name and description for each key
- Last Used Tracking: Monitor key usage
- Zero-Downtime Rotation: Add new key before removing old
Use Cases
Credential Rotation
- Create new credential
- Deploy to production systems
- Validate new credential works
- Delete old credential
Team-Based Access
- Different keys for development, QA, and production
- Easy revocation without affecting other systems
