it0/packages/services
hailin 806113554b fix: remove AuthGuard('jwt') from all service controllers
Kong handles JWT validation at the gateway level. Service-level
AuthGuard('jwt') fails because services don't register a Passport
JWT strategy (only auth-service does). Removed from 17 controllers
across ops, inventory, monitor, comm, audit, and agent services.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 23:42:37 -08:00
..
agent-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
audit-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
auth-service fix: per-service JWT in Kong, fix auth-service tenant-aware repos 2026-02-21 23:31:32 -08:00
comm-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
inventory-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
monitor-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
ops-service fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
voice-service fix: load voice models in background thread to unblock startup 2026-02-20 00:26:06 -08:00