mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-22 16:59:29 +00:00
fix: Update rbac.md for typo (#6392)
Fixing what seems like a typo Signed-off-by: Miguel A. Alvarado V <miguel@caylent.com>
This commit is contained in:
parent
2eb6b3bf80
commit
e444575c15
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
The RBAC feature enables restriction of access to Argo CD resources. Argo CD does not have its own
|
||||
user management system and has only one built-in user `admin`. The `admin` user is a superuser and
|
||||
it has unrestricted access to the system. RBAC requires [SSO configuration](user-management/index.md) or [one or more local users setup](user-management/index.md).
|
||||
Once SSO or local users are configured, additional RBAC roles can be defined, and SSO groups or local users can man be mapped to roles.
|
||||
Once SSO or local users are configured, additional RBAC roles can be defined, and SSO groups or local users can then be mapped to roles.
|
||||
|
||||
## Basic Built-in Roles
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue