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:
Miguel A. Alvarado V 2021-06-04 15:18:24 -06:00 committed by GitHub
parent 2eb6b3bf80
commit e444575c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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