it0/packages/services/agent-service/src
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
..
application Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
domain feat: add backend controllers for agent config, skills, and hooks 2026-02-21 22:26:25 -08:00
infrastructure fix: use standard TypeORM repos and header-based tenant extraction 2026-02-21 22:41:30 -08:00
interfaces fix: remove AuthGuard('jwt') from all service controllers 2026-02-21 23:42:37 -08:00
agent.module.ts feat: add backend controllers for agent config, skills, and hooks 2026-02-21 22:26:25 -08:00
main.ts Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00