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:
engineVersion: v2
data:
clientID: headlamp
clientSecret: "{{ .clientSecret }}"
issuerURL: https://auth0213.kro.kr
scopes: "openid profile email groups"
OIDC_CLIENT_ID: headlamp
OIDC_CLIENT_SECRET: "{{ .clientSecret }}"
OIDC_ISSUER_URL: https://auth0213.kro.kr
OIDC_SCOPES: "openid profile email groups"
data:
- secretKey: clientSecret
remoteRef: