fix(argocd): Use correct syntax for exposing Authentik groups

This commit is contained in:
Peter 2026-03-04 18:24:57 +01:00
parent 5a361f6420
commit 00f877f6a0
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -17,7 +17,7 @@ data:
issuer: $argocd-authentik-provider:dex.authentik.issuer
clientID: $argocd-authentik-provider:dex.authentik.clientID
clientSecret: $argocd-authentik-provider:dex.authentik.clientSecret
isecureEnableGroups: true
insecureEnableGroups: true
scopes:
- openid
- profile
@ -42,5 +42,4 @@ data:
p, role:org-admin, logs, get, */*, allow
p, role:org-admin, exec, create, */*, allow
g, peter@peterg.nl, role:org-admin
g, ArgoCD Admins, role:admin