From e444575c15fa2a40be72b2e1efb14b8ade84de25 Mon Sep 17 00:00:00 2001 From: "Miguel A. Alvarado V" Date: Fri, 4 Jun 2021 15:18:24 -0600 Subject: [PATCH] fix: Update rbac.md for typo (#6392) Fixing what seems like a typo Signed-off-by: Miguel A. Alvarado V --- docs/operator-manual/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/rbac.md b/docs/operator-manual/rbac.md index 9285740b73..886a60b489 100644 --- a/docs/operator-manual/rbac.md +++ b/docs/operator-manual/rbac.md @@ -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