SSO
This commit is contained in:
parent
93e9985a2f
commit
8d392d9dce
@ -26,14 +26,14 @@ argo-cd:
|
|||||||
|
|
||||||
config:
|
config:
|
||||||
accounts.roxedus: apiKey, login
|
accounts.roxedus: apiKey, login
|
||||||
# accounts.admin.enabled: "false"
|
accounts.admin.enabled: "false"
|
||||||
repositories: |
|
repositories: |
|
||||||
- type: helm
|
- type: helm
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
url: https://argoproj.github.io/argo-helm
|
url: https://argoproj.github.io/argo-helm
|
||||||
configs:
|
configs:
|
||||||
cm:
|
cm:
|
||||||
# admin.enabled: false
|
admin.enabled: false
|
||||||
url: https://argo.roxedus.com
|
url: https://argo.roxedus.com
|
||||||
|
|
||||||
resource.customizations.health.networking.k8s.io_Ingress: |
|
resource.customizations.health.networking.k8s.io_Ingress: |
|
||||||
@ -69,19 +69,19 @@ argo-cd:
|
|||||||
hs.message = "Waiting for certificate"
|
hs.message = "Waiting for certificate"
|
||||||
return hs
|
return hs
|
||||||
|
|
||||||
# dex.config: |
|
dex.config: |
|
||||||
|
|
||||||
# connectors:
|
connectors:
|
||||||
# - config:
|
- config:
|
||||||
# issuer: https://authentik.roxedus.com/application/o/argo/
|
issuer: https://authentik.roxedus.com/application/o/argo/
|
||||||
# clientID: 509095b1ecd5117c95b9a2879d1cbcd5adc0b5d9
|
clientID: $argo-cd-sso:oidc.auth0.clientID
|
||||||
# clientSecret: $authentik-sso:oidc.auth0.clientSecret
|
clientSecret: $argo-cd-sso:oidc.auth0.clientSecret
|
||||||
# insecureEnableGroups: true
|
insecureEnableGroups: true
|
||||||
# scopes:
|
scopes:
|
||||||
# - openid
|
- openid
|
||||||
# - profile
|
- profile
|
||||||
# - email
|
- email
|
||||||
# - groups
|
- groups
|
||||||
# name: authentik
|
name: authentik
|
||||||
# type: oidc
|
type: oidc
|
||||||
# id: authentik
|
id: authentik
|
||||||
|
Loading…
Reference in New Issue
Block a user