diff --git a/k8s/apps/headlamp/release.yaml b/k8s/apps/headlamp/release.yaml index 607307b0f..f1dfebfcf 100644 --- a/k8s/apps/headlamp/release.yaml +++ b/k8s/apps/headlamp/release.yaml @@ -39,5 +39,5 @@ spec: oidc: clientID: ${github_client_id} clientSecret: ${github_client_secret} - issuerURL: https://dex.${cluster_domain}/dex + issuerURL: https://dex.${cluster_domain} scopes: "openid,profile,email" diff --git a/k8s/infrastructure/dex/release.yaml b/k8s/infrastructure/dex/release.yaml index b75bc8556..9fbe4f87b 100644 --- a/k8s/infrastructure/dex/release.yaml +++ b/k8s/infrastructure/dex/release.yaml @@ -31,7 +31,6 @@ spec: type: kubernetes config: inCluster: true - enablePasswordDB: true connectors: - type: github id: github @@ -39,4 +38,4 @@ spec: config: clientID: ${github_client_id} clientSecret: ${github_client_secret} - redirectURI: https://dex.${cluster_domain}/dex/callback + redirectURI: https://dex.${cluster_domain}/callback