Revert BASE_URL to empty - Headlamp expects path not full URL

Headlamp's BASE_URL config expects a path prefix (e.g., "/headlamp") or empty
string, not a full URL. Since Headlamp is deployed at the domain root, BASE_URL
should be empty.

The OIDC redirect URIs in Pocket ID are correctly configured and the user has
been added to the headlamp group, which should resolve the authentication issue.

Related to DEV-324

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-18 08:33:33 +00:00
parent 442aca2254
commit 519e7e95e7

View file

@ -27,7 +27,7 @@ spec:
protocol: TCP
env:
- name: HEADLAMP_CONFIG_BASE_URL
value: "https://headlamp.basicstack.de"
value: ""
- name: HEADLAMP_CONFIG_OIDC_IDP_ISSUER_URL
value: https://auth.basicstack.de
- name: HEADLAMP_CONFIG_OIDC_CLIENT_ID