From 8d392d9dce026f7a55fb78b350b9bbeec794115f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Tue, 20 Dec 2022 10:39:01 +0100 Subject: [PATCH] SSO --- Charts/argo-cd/values.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Charts/argo-cd/values.yaml b/Charts/argo-cd/values.yaml index e39a601..6740afa 100644 --- a/Charts/argo-cd/values.yaml +++ b/Charts/argo-cd/values.yaml @@ -26,14 +26,14 @@ argo-cd: config: accounts.roxedus: apiKey, login - # accounts.admin.enabled: "false" + accounts.admin.enabled: "false" repositories: | - type: helm name: argo-cd url: https://argoproj.github.io/argo-helm configs: cm: - # admin.enabled: false + admin.enabled: false url: https://argo.roxedus.com resource.customizations.health.networking.k8s.io_Ingress: | @@ -69,19 +69,19 @@ argo-cd: hs.message = "Waiting for certificate" return hs - # dex.config: | + dex.config: | - # connectors: - # - config: - # issuer: https://authentik.roxedus.com/application/o/argo/ - # clientID: 509095b1ecd5117c95b9a2879d1cbcd5adc0b5d9 - # clientSecret: $authentik-sso:oidc.auth0.clientSecret - # insecureEnableGroups: true - # scopes: - # - openid - # - profile - # - email - # - groups - # name: authentik - # type: oidc - # id: authentik + connectors: + - config: + issuer: https://authentik.roxedus.com/application/o/argo/ + clientID: $argo-cd-sso:oidc.auth0.clientID + clientSecret: $argo-cd-sso:oidc.auth0.clientSecret + insecureEnableGroups: true + scopes: + - openid + - profile + - email + - groups + name: authentik + type: oidc + id: authentik