Files
foxhunt/web-gateway
jgrusewski 65ca5372f2 safety(web-gateway): use configured CORS origins, add health/readiness probes
- Replace CorsLayer::allow_origin(Any) with configured cors_origins whitelist
- Add GET /health liveness probe (returns {"status":"ok"})
- Add GET /ready readiness probe (reports gRPC channel availability)
- Fix unused import warning in auth middleware tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 07:53:02 +01:00
..