Database Credential Rotation Incident
Simulated a production outage caused by a Postgres password rotation where the application still used the old secret. Traced 500s on the users API to DB auth failures, rolled back the credential safely, and documented a rotation checklist to prevent repeats.
- DB password rotation → 500s on
/api/users - Log correlation of 5xx responses with Postgres auth failures
- Mitigation via rollback or app-secret update + restart
- Written DB credential rotation checklist
Status: Completed