The web-admin frontend was calling incorrect API paths that didn't match the actual backend service routes through Kong gateway, causing all requests to fail with 404 or route-mismatch errors. URL corrections: - servers: /api/v1/servers → /api/v1/inventory/servers - runbooks: /api/v1/runbooks → /api/v1/ops/runbooks - risk-rules: /api/v1/security/risk-rules → /api/v1/agent/risk-rules - credentials: /api/v1/security/credentials → /api/v1/inventory/credentials - roles: /api/v1/security/roles → /api/v1/auth/roles - permissions: /api/v1/security/permissions → /api/v1/auth/permissions - tenants: /api/v1/tenants → /api/v1/admin/tenants - communication: /api/v1/communication → /api/v1/comm Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public/icons | ||
| src | ||
| .dockerignore | ||
| Dockerfile | ||
| deploy.sh | ||
| next-env.d.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||