Skip to content

Commit

Permalink
Merge pull request #1142 from run-ai/roles-change
Browse files Browse the repository at this point in the history
roles-update
  • Loading branch information
yarongol committed Sep 30, 2024
1 parent 86d580a commit 668a471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/admin/authentication/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Run:ai supports the following roles and their permissions:
* To allow the **Department Admin** to assign a **Researcher** role to a user, group or app, the **Department Admin** must have **VECD** permissions for jobs and workspaces. This creates a broader span of managed objects
* To preserve backwards compatibility, users with the role of **Editor**, are assigned to the same scope they had before the upgrade. However, with new user assignments, the **Admin** can limit the scope to only part of the organizational scope.

## Managed workloads
## Permitted workloads

When assigning a role with View, Edit, Create and Delete permissions for workloads, the subject has permissions to manage not only Run:ai native workloads (Workspace, Training, Inference) but also a list of 3rd party workloads:
When assigning a role with either one, all or any combination of the View, Edit, Create and Delete permissions for workloads, the subject has permissions to manage not only Run:ai native workloads (Workspace, Training, Inference), but also a list of 3rd party workloads:

* k8s: StatefulSet
* k8s: ReplicaSet
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/runai-setup/self-hosted/k8s/preparations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
## Software artifacts

=== "Connected"
You should receive a file: `runai-gcr-secret.yaml` from Run:ai Customer Support. The file provides access to the Run:ai Container registry.
You should receive a file: `runai-reg-creds.yaml` from Run:ai Customer Support. The file provides access to the Run:ai Container registry.

SSH into a node with `kubectl` access to the cluster and `Docker` installed.
Run the following to enable image download from the Run:ai Container Registry on Google cloud:
Expand Down

0 comments on commit 668a471

Please sign in to comment.