This commit is contained in:
Simen Røstvik 2022-12-20 10:39:01 +01:00
parent 93e9985a2f
commit 8d392d9dce

View File

@ -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