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.
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.