HOMELAB-274: fix(lab-director): /auth routing + healthz probe path #38

Merged
claude-agent merged 1 commit from plane/HOMELAB-274-fix-deployment into live 2026-03-23 17:58:25 +00:00
Owner

Summary

  • Add /auth PathPrefix to HTTPRoute backend rule — fixes 404 on /auth/login
  • Change frontend probe path from / to /healthz — fixes crash loop from auth redirect

2 files, 5 lines.

Ticket: HOMELAB-274

## Summary - Add `/auth` PathPrefix to HTTPRoute backend rule — fixes 404 on /auth/login - Change frontend probe path from `/` to `/healthz` — fixes crash loop from auth redirect 2 files, 5 lines. Ticket: HOMELAB-274
HOMELAB-274: fix(lab-director): add /auth route to backend + healthz probe path
Some checks failed
0/0 projects applied successfully.
CI Review / pr-title (pull_request) Successful in 0s
CI Review / helm-validate (pull_request) Failing after 2s
CI Review / ai-review (pull_request) Failing after 1s
Lint & Validate / terraform-validate (pull_request) Failing after 1s
Lint & Validate / yaml-lint (pull_request) Failing after 1s
Lint & Validate / shellcheck (pull_request) Failing after 1s
97eef1e9a9
HTTPRoute was missing /auth PathPrefix match for backend rule — browser
requests to /auth/login hit the SvelteKit frontend (404) instead of the
Go backend's OIDC handler.

Frontend probe path changed from / to /healthz — the root path triggers
auth redirect which breaks liveness checks (HTTPS mismatch on redirect).
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!38
No description provided.