FIX(headlamp): fix OIDC env var names

- Correct OIDC environment variable names
- Fix authentication configuration
This commit is contained in:
2026-01-02 19:43:56 +09:00
parent b74bc14950
commit 1731b0ba4e

View File

@@ -14,10 +14,10 @@ spec:
template: template:
engineVersion: v2 engineVersion: v2
data: data:
clientID: headlamp OIDC_CLIENT_ID: headlamp
clientSecret: "{{ .clientSecret }}" OIDC_CLIENT_SECRET: "{{ .clientSecret }}"
issuerURL: https://auth0213.kro.kr OIDC_ISSUER_URL: https://auth0213.kro.kr
scopes: "openid profile email groups" OIDC_SCOPES: "openid profile email groups"
data: data:
- secretKey: clientSecret - secretKey: clientSecret
remoteRef: remoteRef: