You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: auto-generate random BROKER_JWT_SECRET if not provided
- validator-node generates random UUID as JWT secret on startup
- Sets BROKER_JWT_SECRET env var so challenge-orchestrator uses same secret
- challenge-orchestrator uses OnceLock for consistent secret across all containers
- Ensures broker always requires JWT auth for security
0 commit comments