fix(argocd): Use correct syntax for exposing Authentik groups
This commit is contained in:
parent
5a361f6420
commit
00f877f6a0
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ data:
|
||||||
issuer: $argocd-authentik-provider:dex.authentik.issuer
|
issuer: $argocd-authentik-provider:dex.authentik.issuer
|
||||||
clientID: $argocd-authentik-provider:dex.authentik.clientID
|
clientID: $argocd-authentik-provider:dex.authentik.clientID
|
||||||
clientSecret: $argocd-authentik-provider:dex.authentik.clientSecret
|
clientSecret: $argocd-authentik-provider:dex.authentik.clientSecret
|
||||||
isecureEnableGroups: true
|
insecureEnableGroups: true
|
||||||
scopes:
|
scopes:
|
||||||
- openid
|
- openid
|
||||||
- profile
|
- profile
|
||||||
|
|
@ -42,5 +42,4 @@ data:
|
||||||
p, role:org-admin, logs, get, */*, allow
|
p, role:org-admin, logs, get, */*, allow
|
||||||
p, role:org-admin, exec, create, */*, allow
|
p, role:org-admin, exec, create, */*, allow
|
||||||
|
|
||||||
g, peter@peterg.nl, role:org-admin
|
|
||||||
g, ArgoCD Admins, role:admin
|
g, ArgoCD Admins, role:admin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue