diff --git a/k8s/apps/headlamp/release.yaml b/k8s/apps/headlamp/release.yaml index 07cb92e07..fed62076b 100644 --- a/k8s/apps/headlamp/release.yaml +++ b/k8s/apps/headlamp/release.yaml @@ -40,4 +40,4 @@ spec: clientID: github clientSecret: ${dex_client_secret} issuerURL: https://dex.${cluster_domain} - scopes: openid,profile,email + scopes: profile,email diff --git a/k8s/infrastructure/dex/release.yaml b/k8s/infrastructure/dex/release.yaml index b29512919..c9bb0f29d 100644 --- a/k8s/infrastructure/dex/release.yaml +++ b/k8s/infrastructure/dex/release.yaml @@ -34,9 +34,9 @@ spec: staticClients: - name: GitHub id: github + secret: ${dex_client_secret} redirectURIs: - https://headlamp.${cluster_domain}/oidc-callback - secret: ${dex_client_secret} connectors: - name: GitHub type: github