Skip to content

Commit

Permalink
add docs for ModelRegistryViewer role
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 committed Mar 12, 2024
1 parent 7df9230 commit 043d1ab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/manage/security/rbac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,18 +450,24 @@ 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 view NTSC
tasks and create, edit, or delete projects and experiments within its scope.

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

Expand Down

0 comments on commit 043d1ab

Please sign in to comment.