Proxy requireAuth to auth service /verify for live permission checks

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-02 00:24:02 +00:00
parent 24747919cd
commit 71f7cf560e
2 changed files with 14 additions and 25 deletions

View file

@ -8,6 +8,7 @@ services:
- CENTRAL_AUTH_SECRET=${CENTRAL_AUTH_SECRET}
- APP_SLUG=noticeboard
- OFFICE_IP_CHECK=${OFFICE_IP_CHECK:-disabled}
- AUTH_URL=${AUTH_URL:-http://10.10.10.101:3001}
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3001/health || exit 1"]
interval: 10s