fixed config
This commit is contained in:
parent
4cdad2baaf
commit
eddc6e39e1
1 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@ configs:
|
||||||
issuer: https://idp.kropcloud.net/application/o/argocd/
|
issuer: https://idp.kropcloud.net/application/o/argocd/
|
||||||
clientID: R6KnCiwgsevzTkWhB9dopV80sHxL8kS4QjVlMmqI
|
clientID: R6KnCiwgsevzTkWhB9dopV80sHxL8kS4QjVlMmqI
|
||||||
clientSecret: $dex.kropcloud-idp.clientSecret
|
clientSecret: $dex.kropcloud-idp.clientSecret
|
||||||
insecureEnableGroups: true
|
insecureEnableGroups: true
|
||||||
scopes:
|
scopes:
|
||||||
- openid
|
- openid
|
||||||
- profile
|
- profile
|
||||||
- email
|
- email
|
||||||
- groups
|
- groups
|
||||||
rbac:
|
rbac:
|
||||||
policy.csv: |
|
policy.csv: |
|
||||||
g, ArgoCD Admins, role:admin
|
g, ArgoCD Admins, role:admin
|
||||||
|
|
Loading…
Reference in a new issue