Rotate a production secret in the vault
Practice the secret-rotation runbook from platform-security training. The old secret is not revoked until every consumer has the new value and a health check.
- Generate the new secret in the vault; do not paste it into chat.
- Deploy the new value to a staging consumer and verify.
- Roll production consumers to dual-accept old and new if the app allows it.
- Switch production to the new secret only.
- Confirm health checks and logins succeed.
- Revoke the old secret last.
- Record the change.