FIX(headlamp): fix OIDC env var names
- Correct OIDC environment variable names - Fix authentication configuration
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user