Skip to content

Commit

Permalink
docs: add EditorRestricted role to rbac docs (#8984)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 authored Mar 13, 2024
1 parent 0a2fd28 commit 89d4708
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions docs/manage/security/rbac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,22 +450,35 @@ To list all existing cluster roles and the concrete permissions they include:
det rbac list-roles
``ModelRegistryViewer``
=======================

The ``ModelRegistryViewer`` role contains the sole permission to view the Model Registry within its
scope.

``Viewer``
==========

The ``Viewer`` role allows a user to see workspaces, projects, notebooks, TensorBoards, shells,
commands (NTSC), and experiments, as well as experiment metadata and artifacts within its scope.
The ``Viewer`` role supersedes the ``ModelRegistryViewer`` role and includes permissions to see
workspaces, projects, notebooks, TensorBoards, shells, commands (NTSC), and experiments, as well as
experiment metadata and artifacts within its scope.

``EditorRestricted``
====================

The ``EditorRestricted`` role supersedes the ``Viewer`` role and includes permissions to create,
edit, or delete projects and experiments within its scope.

``Editor``
==========

The ``Editor`` role supersedes the ``Viewer`` role, and includes permissions to create, edit, or
delete projects, NTSC, and experiments within its scope.
The ``Editor`` role supersedes the ``EditorRestricted`` role and includes permissions to create or
update NTSC tasks within its scope.

``WorkspaceAdmin``
==================

The ``WorkspaceAdmin`` role supersedes the ``Editor`` role, and includes permissions to edit or
The ``WorkspaceAdmin`` role supersedes the ``Editor`` role and includes permissions to edit or
delete workspaces, and modify role assignments within its scope.

Users who take this role on a particular workspace can assign roles to other users on this
Expand Down

0 comments on commit 89d4708

Please sign in to comment.