mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Update rbac.md (#2130)
This commit is contained in:
parent
65ae3c2a32
commit
f2a341550d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue