From b127b492cf352fd618b35f9a52cd197e044c874b Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Fri, 16 Aug 2024 09:40:39 +0200 Subject: [PATCH] doc: fix a link on the RBAC page This commit fixes an external link on the Role Based Access Control page. Fixes https://github.com/scylladb/scylladb/issues/20166 (cherry picked from commit c56c3ce4695c85764164496ff7ba0390cc161dbd) Closes scylladb/scylladb#20203 --- docs/operating-scylla/security/rbac-usecase.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating-scylla/security/rbac-usecase.rst b/docs/operating-scylla/security/rbac-usecase.rst index 2094853342..4d4cee05e0 100644 --- a/docs/operating-scylla/security/rbac-usecase.rst +++ b/docs/operating-scylla/security/rbac-usecase.rst @@ -22,7 +22,7 @@ In the same manner, should someone leave the organization, all you would have to Should someone change positions at the company, just assign the new employee to the new role and revoke roles no longer required for the new position. To build an RBAC environment, you need to create the roles and their associated permissions and then assign or grant the roles to the individual users. Roles inherit the permissions of any other roles that they are granted. The hierarchy of roles can be either simple or extremely complex. This gives great flexibility to database administrators, where they can create specific permission conditions without incurring a huge administrative burden. -In addition to standard roles, `ScyllaDB Enterprise `_ users can implement `Workload Prioritization `, which allows you to attach roles to Service Levels, thus granting resources to roles as the role demands. +In addition to standard roles, `ScyllaDB Enterprise `_ users can implement `Workload Prioritization `_, which allows you to attach roles to Service Levels, thus granting resources to roles as the role demands. .. _rbac-usecase-grant-roles-and-permissions: