> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AuthZ Incident Response

> Runbook for authentication and authorization incidents.

## Common Incident Types

* sudden 401 spike (token/key validation issues)
* sudden 403 spike (RBAC/policy misconfiguration)
* audit event write failures

## Triage Checklist

1. Check recent auth/RBAC deployments and config changes.
2. Inspect 401/403 rates and top failing routes.
3. Confirm OIDC issuer/audience and key material.
4. Validate permission-cache behavior and invalidation events.
5. Verify DB health for audit event writes.

## Mitigation

* Temporarily roll back OIDC/RBAC changes.
* Reapply known-good role/policy snapshots.
* If needed, use internal-secret path for emergency admin actions.
