Operations
Safely roll out OIDC authentication for user API traffic.
Rollout Steps
- Enable OIDC config in a non-production environment.
- Verify issuer/audience mapping and actor/project claim mapping.
- Run in dual mode (OIDC + internal secret user headers) during migration.
- Monitor 401/403 rates and permission-denied logs.
- Gradually shift user traffic to OIDC bearer tokens.
Rollback
- Disable OIDC config flags and revert to internal-secret header path.
- Keep API keys and service-to-service flows unchanged.
Was this page helpful?