Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add EditorRestricted role to rbac docs #8984

Merged
merged 4 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/manage/security/rbac.rst
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably worth mentioning that the ModelRegistryViewer role is not listed here.
Happy to add it in this PR and just change the associated ticket description if you want! @tara-det-ai

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great find! yes please add it! thanks @amandavialva01 !

Original file line number Diff line number Diff line change
Expand Up @@ -456,11 +456,17 @@ To list all existing cluster roles and the concrete permissions they include:
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.

``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``
==========

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``
==================
Expand Down
Loading