Update rbac.md (#2130)

This commit is contained in:
Alex Collins 2019-08-09 11:16:05 -07:00 committed by GitHub
parent 65ae3c2a32
commit f2a341550d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,4 +45,4 @@ data:
## Anonymous Access
THe anonymous access to Argo CD can be enabled using `users.anonymous.enabled` field in `argocd-cm` (see [./argocd-cm.yaml](argocd-cm.yaml)).
The anonymous users get default role permissions specified argocd-rbac-cm.yaml.
The anonymous users get default role permissions specified by `policy.default` in `argocd-rbac-cm.yaml. For read-only access you'll want `policy.default: role:readonly` as above