SSO?
This commit is contained in:
parent
47a18bf267
commit
23be03c802
@ -1,10 +1,11 @@
|
||||
argo-cd:
|
||||
dex:
|
||||
enabled: false
|
||||
enabled: true
|
||||
server:
|
||||
rbacConfig:
|
||||
policy.csv: |
|
||||
g, roxedus, role:admin
|
||||
g, ArgoCD Admins, role:admin
|
||||
service:
|
||||
type: NodePort
|
||||
extraArgs:
|
||||
@ -18,6 +19,8 @@ argo-cd:
|
||||
url: https://argoproj.github.io/argo-helm
|
||||
configs:
|
||||
cm:
|
||||
url: https://argo.roxedus.com
|
||||
|
||||
resource.customizations.health.networking.k8s.io_Ingress: |
|
||||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
@ -45,3 +48,20 @@ argo-cd:
|
||||
hs.status = "Progressing"
|
||||
hs.message = "Waiting for certificate"
|
||||
return hs
|
||||
|
||||
dex.config: |
|
||||
|
||||
connectors:
|
||||
- config:
|
||||
issuer: http://authentik.roxedus.com/application/o/argooidc/
|
||||
clientID: 509095b1ecd5117c95b9a2879d1cbcd5adc0b5d9
|
||||
clientSecret: $authentik-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