Lab Mode Locked
Orchestration features are protected to prevent unauthorized access.
Access Denied
Lab mode is disabled. Set BRENNER_LAB_MODE=1 to enable orchestration.
How to Unlock
Operators can enable lab mode using one of these methods:
1
Enable Lab Mode Environment Variable
Set BRENNER_LAB_MODE=1 in your environment.
This is currently disabled
2
Cloudflare Access (Production)
Deploy behind Cloudflare Access and set BRENNER_TRUST_CF_ACCESS_HEADERS=1. The app will then accept requests that includecf-access-jwt-assertionheaders.
3
Shared Secret (Local Development)
Set BRENNER_LAB_SECRET=your-secret and include it via:
- Header:
x-brenner-lab-secret: your-secret - Cookie:
brenner_lab_secret=your-secret
Need help? Read the documentation