For the complete documentation index, see llms.txt. This page is also available as Markdown.

Debugging ArgoCD RBAC

The command argocd admin settings rbac can be used to test RBAC access. For example: `

argocd admin settings rbac can <account_name> update projects 'default' -n argocd
Yes

Currently logged in account privileges can be checked with:

argocd account can-i

Last updated