> For the complete documentation index, see [llms.txt](https://notes.tatusl.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tatusl.dev/kubernetes/additional-services/argocd.md).

# Debugging ArgoCD RBAC

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

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

Currently logged in account privileges can be checked with:

```shell
argocd account can-i
```
