The service-registry was marking status-dashboard as unhealthy because the /api/health/status endpoint requires JWT authentication. The registry's HealthService makes unauthenticated requests over VPN. Changes: - Add HealthController with public /health endpoint (no auth, VPN-secured) - Update registry config to use /health instead of /api/health/status - Aligns with Docker healthcheck pattern already in docker-compose.yml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| landing/frontend | ||
| platform-admin/frontend | ||
| portal/frontend | ||
| service-registry/registry-agent | ||
| status-dashboard | ||