You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/authentication/authentication-overview.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Authentication & Authorization
2
2
3
-
4
3
Run:ai Authentication & Authorization enables a streamlined experience for the user with precise controls covering the data each user can see and the actions each user can perform in the Run:ai platform.
5
4
6
5
Authentication verifies user identity during login, and Authorization assigns the user with specific permissions according to the assigned access rules.
@@ -17,10 +16,10 @@ Single Sign-On (SSO) is the preferred authentication method by large organizatio
17
16
18
17
Run:ai offers SSO integration, enabling users to utilize existing organizational credentials to access Run:ai without requiring dedicated credentials.
19
18
20
-
Run:ai supports three methods to set up SSO:
19
+
Run:ai supports three methods to setup SSO:
21
20
22
21
*[SAML](sso/saml.md)
23
-
*[OpenID Connect (OIDC)](sso/openidconnect.md)
22
+
*[OpenID Connect (OIDC)](sso/openidconnect.md)
24
23
*[OpenShift](sso/openshift.md)
25
24
26
25
When using SSO, it is highly recommended to manage at least one local user, as a breakglass account (an emergency account), in case access to SSO is not possible.
@@ -45,7 +44,7 @@ While Kubernetes RBAC is limited to a single cluster, Run:ai expands the scope o
45
44
46
45
RBAC at Run:ai is configured using access rules.
47
46
48
-
An access rule is the assignment of a role to a subject in a scope: \<Subject\> is a \<Role\> in a \<Scope\>.
47
+
An access rule is the assignment of a role to a subject in a scope: `<Subject>` is a `<Role>` in a `<Scope>`.
49
48
50
49
***Subject**
51
50
* A user, a group, or an application assigned with the role
@@ -58,7 +57,9 @@ An access rule is the assignment of a role to a subject in a scope: \<Subject\>
58
57
* A set of resources that are accessible to a subject for a specific role
59
58
* A scope is a part of an organization that can be accessed based on assigned roles. Scopes include Projects, Departments, Clusters, Account (all clusters)
60
59
61
-
An example of an access rule: **username@company.com** is a **Department admin** in **Department: A**
60
+
Below is an example of an access rule: **username@company.com** is a **Department admin** in **Department: A**
0 commit comments