Operations
Zero-downtime key rotation process with grace periods.
Recommended Procedure
- Rotate key with
grace_period_minutes. - Deploy new key to all clients.
- Observe traffic and auth failures.
- Confirm no traffic uses old key.
- Allow grace to expire (or explicitly revoke old key).
Verification
- New key authenticates successfully.
- Old key works only before
grace_expires_at. - Audit events show
api_key.rotateand any revoke actions.
Was this page helpful?