Skip to content

Commit 4ee86a8

Browse files
committed
Merge pull request #910 from run-ai/auth-higher-in-nav-tree
Auth higher in nav tree
1 parent f02298b commit 4ee86a8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+65
-70
lines changed

docs/Researcher/Walkthroughs/quickstart-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To complete this Quickstart you must have:
1212

1313
* Run:ai software installed on your Kubernetes cluster. See: [Installing Run:ai on a Kubernetes Cluster](../../admin/runai-setup/installation-types.md). There are additional prerequisites for running inference. See [cluster installation prerequisites](../../admin/runai-setup/cluster-setup/cluster-prerequisites.md#inference) for more information.
1414
* Run:ai CLI installed on your machine. See: [Installing the Run:ai Command-Line Interface](../../admin/researcher-setup/cli-install.md)
15-
* You must have *ML Engineer* access rights. See [Adding, Updating and Deleting Users](../../admin/runai-setup/authentication/users.md) for more information.
15+
* You must have *ML Engineer* access rights. See [Adding, Updating and Deleting Users](../../admin/authentication/users.md) for more information.
1616

1717
## Step by Step Walkthrough
1818

docs/admin/admin-ui-setup/admin-ui-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ date: 2023-Dec-28
1111
The Run:ai UI allows you to manage all of the users in the Run:ai platform. There are two types of users, **local** users and **SSO** users. Local users are users that are created and managed in the Run:ai platform and SSO users are authorized to use the Run:ai platform using an identity provider. All users are assigned levels of access to all aspects of the UI including submitting jobs on the cluster.
1212

1313
!!! Tip
14-
It is possible to connect the Run:ai UI to the organization's directory and use single sign-on (SSO). This allows you to set Run:ai roles for users and groups from the organizational directory. For further information see [single sign-on configuration](../runai-setup/authentication/authentication-overview.md).
14+
It is possible to connect the Run:ai UI to the organization's directory and use single sign-on (SSO). This allows you to set Run:ai roles for users and groups from the organizational directory. For further information see [single sign-on configuration](../authentication/authentication-overview.md).
1515

1616
## Create a User
1717

@@ -61,7 +61,7 @@ Once you have created the users you can assign them *Access rules*. This provide
6161

6262
### Roles and permissions
6363

64-
Roles provide a way for administrators to group and identify collections of permissions that administrators assign to [subjects](../runai-setup/access-control/rbac.md#subjects). Permissions define the actions that can be performed on managed entities. The [Roles](../runai-setup/access-control/rbac.md#roles) table shows the default roles and permissions that come with the system. See [Role based access control](../runai-setup/access-control/rbac.md) for more information.
64+
Roles provide a way for administrators to group and identify collections of permissions that administrators assign to [subjects](../authentication/rbac.md#subjects). Permissions define the actions that can be performed on managed entities. The [Roles](../authentication/rbac.md#roles) table shows the default roles and permissions that come with the system. See [Role based access control](../authentication/rbac.md) for more information.
6565

6666
To add an *Access rule* to a user:
6767

0 commit comments

Comments
 (0)