mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Fix typo. (#2240)
This commit is contained in:
parent
06b2fec68c
commit
7d9b8e60cc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,5 +44,5 @@ 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 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 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