SSO
This commit is contained in:
parent
93e9985a2f
commit
8d392d9dce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user