it0/packages/services
hailin 48e47975ca fix: configure Kong JWT auth flow with consumer credentials
- Add kid claim to auth-service JWT for Kong validation
- Add Kong consumer with JWT credential (shared secret via env)
- Add agent-config route to Kong for /api/v1/agent-config
- Kong Dockerfile uses entrypoint script to inject JWT_SECRET at runtime
- Fix frontend login path (/auth/login → /api/v1/auth/login)
- Extract tenantId from JWT on login and store as current_tenant
- Add auth guard in admin layout (redirect to /login if no token)
- Pass JWT_SECRET env var to Kong container in docker-compose

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 23:20:06 -08:00
..
agent-service fix: use standard TypeORM repos and header-based tenant extraction 2026-02-21 22:41:30 -08:00
audit-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
auth-service fix: configure Kong JWT auth flow with consumer credentials 2026-02-21 23:20:06 -08:00
comm-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
inventory-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
monitor-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
ops-service Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
voice-service fix: load voice models in background thread to unblock startup 2026-02-20 00:26:06 -08:00