diff --git a/docs/how-to-guides/new-user-guides/add-users-to-projects.md b/docs/how-to-guides/new-user-guides/add-users-to-projects.md index d3beb2fb0b5..e9ceaf945aa 100644 --- a/docs/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/docs/how-to-guides/new-user-guides/add-users-to-projects.md @@ -31,6 +31,14 @@ Following project creation, you can add users as project members so that they ca 1. In the **Members** tab, click **Add**. 1. Search for the user or group that you want to add to the project. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your external authentication source as you type. @@ -63,4 +71,4 @@ Following project creation, you can add users as project members so that they ca **Result:** The chosen users are added to the project. - To revoke project membership, select the user and click **Delete**. This action deletes membership, not the user. -- To modify a user's roles in the project, delete them from the project, and then re-add them with modified roles. \ No newline at end of file +- To modify a user's roles in the project, delete them from the project, and then re-add them with modified roles. diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index dae224a37b2..c6cadc9836a 100644 --- a/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/docs/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -33,6 +33,14 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. In the **Member Roles** tab, click **Add Member**. 1. Search for the user or group that you want to add to the cluster. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your [external authentication](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md) source as you type. diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index a333b7b4dc4..9a6ed081dbd 100644 --- a/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/docs/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -168,7 +168,15 @@ By default, your user is added as the project `Owner`. To add members: 1. In the **Members** tab, click **Add**. -1. From the **Select Member** field, search for a user or group that you want to assign project access. Note: You can only search for groups if external authentication is enabled. +1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md) ### 4. Optional: Add Resource Quotas diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/add-users-to-projects.md b/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/add-users-to-projects.md index dfc72d07c33..5f064ec685f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/add-users-to-projects.md @@ -27,6 +27,14 @@ title: 添加项目成员 1. 在**成员**选项卡中,单击**添加**。 1. 搜索要添加到项目的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的外部身份验证源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index 6b81301e4ad..290bf7ecfca 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -29,6 +29,14 @@ To provide a user access to view certain cluster-level resources and create new 1. 在**成员角色**选项卡中,单击**添加成员**。 1. 搜索要添加到集群的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的[外部身份验证](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md)源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index 0353e8cc6e7..1bab3597c5a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -164,7 +164,15 @@ Rancher 在 Kubernetes 之上进行了扩展,除了集群级别之外,还允 要添加成员: 1. 在**成员**选项卡中,单击**添加**。 -1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。请注意,如果你启用了外部身份验证,则只能搜索组。 +1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。如果你启用了外部身份验证,则只能搜索组。 + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. 在**项目权限**中选择一个角色。如需更多信息,请参阅[项目角色文档](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)。 ### 4. 可选:添加资源配额 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md index dfc72d07c33..5f064ec685f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md @@ -27,6 +27,14 @@ title: 添加项目成员 1. 在**成员**选项卡中,单击**添加**。 1. 搜索要添加到项目的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的外部身份验证源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index 6b81301e4ad..290bf7ecfca 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -29,6 +29,14 @@ To provide a user access to view certain cluster-level resources and create new 1. 在**成员角色**选项卡中,单击**添加成员**。 1. 搜索要添加到集群的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的[外部身份验证](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md)源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index 0353e8cc6e7..1bab3597c5a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -164,7 +164,15 @@ Rancher 在 Kubernetes 之上进行了扩展,除了集群级别之外,还允 要添加成员: 1. 在**成员**选项卡中,单击**添加**。 -1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。请注意,如果你启用了外部身份验证,则只能搜索组。 +1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。如果你启用了外部身份验证,则只能搜索组。 + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. 在**项目权限**中选择一个角色。如需更多信息,请参阅[项目角色文档](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)。 ### 4. 可选:添加资源配额 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md index dfc72d07c33..5f064ec685f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md @@ -27,6 +27,14 @@ title: 添加项目成员 1. 在**成员**选项卡中,单击**添加**。 1. 搜索要添加到项目的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的外部身份验证源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index 6b81301e4ad..290bf7ecfca 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -29,6 +29,14 @@ To provide a user access to view certain cluster-level resources and create new 1. 在**成员角色**选项卡中,单击**添加成员**。 1. 搜索要添加到集群的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的[外部身份验证](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md)源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index 0353e8cc6e7..1bab3597c5a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -164,7 +164,15 @@ Rancher 在 Kubernetes 之上进行了扩展,除了集群级别之外,还允 要添加成员: 1. 在**成员**选项卡中,单击**添加**。 -1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。请注意,如果你启用了外部身份验证,则只能搜索组。 +1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。如果你启用了外部身份验证,则只能搜索组。 + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. 在**项目权限**中选择一个角色。如需更多信息,请参阅[项目角色文档](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)。 ### 4. 可选:添加资源配额 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md index dfc72d07c33..5f064ec685f 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md @@ -27,6 +27,14 @@ title: 添加项目成员 1. 在**成员**选项卡中,单击**添加**。 1. 搜索要添加到项目的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的外部身份验证源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index 6b81301e4ad..290bf7ecfca 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -29,6 +29,14 @@ To provide a user access to view certain cluster-level resources and create new 1. 在**成员角色**选项卡中,单击**添加成员**。 1. 搜索要添加到集群的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的[外部身份验证](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md)源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index 06bad6f6e14..b72b9b81ca8 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -164,7 +164,15 @@ Rancher 在 Kubernetes 之上进行了扩展,除了集群级别之外,还允 要添加成员: 1. 在**成员**选项卡中,单击**添加**。 -1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。请注意,如果你启用了外部身份验证,则只能搜索组。 +1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。如果你启用了外部身份验证,则只能搜索组。 + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. 在**项目权限**中选择一个角色。如需更多信息,请参阅[项目角色文档](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)。 ### 4. 可选:添加资源配额 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md index 4f4f6712b0e..e5350a68cae 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md @@ -27,6 +27,14 @@ title: 添加项目成员 1. 在**成员**选项卡中,单击**添加**。 1. 搜索要添加到项目的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的外部身份验证源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index a9ceeaba483..663fdb1119a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -29,6 +29,14 @@ To provide a user access to view certain cluster-level resources and create new 1. 在**成员角色**选项卡中,单击**添加成员**。 1. 搜索要添加到集群的用户或组。 + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + 如果配置了外部身份验证: - 在你键入时,Rancher 会从你的[外部身份验证](../../../../pages-for-subheaders/authentication-config.md)源返回用户。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index 69081a92dfb..5a50018cbe1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -164,7 +164,15 @@ Rancher 在 Kubernetes 之上进行了扩展,除了集群级别之外,还允 要添加成员: 1. 在**成员**选项卡中,单击**添加**。 -1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。请注意,如果你启用了外部身份验证,则只能搜索组。 +1. 在**选择成员**字段中,搜索要分配项目访问权限的用户或组。如果你启用了外部身份验证,则只能搜索组。 + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. 在**项目权限**中选择一个角色。如需更多信息,请参阅[项目角色文档](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)。 ### 4. 可选:添加资源配额 diff --git a/versioned_docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md b/versioned_docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md index d3beb2fb0b5..2d356b86b5f 100644 --- a/versioned_docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/versioned_docs/version-2.10/how-to-guides/new-user-guides/add-users-to-projects.md @@ -31,6 +31,14 @@ Following project creation, you can add users as project members so that they ca 1. In the **Members** tab, click **Add**. 1. Search for the user or group that you want to add to the project. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your external authentication source as you type. diff --git a/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index dae224a37b2..c6cadc9836a 100644 --- a/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -33,6 +33,14 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. In the **Member Roles** tab, click **Add Member**. 1. Search for the user or group that you want to add to the cluster. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your [external authentication](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md) source as you type. diff --git a/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index a333b7b4dc4..9a6ed081dbd 100644 --- a/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/versioned_docs/version-2.10/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -168,7 +168,15 @@ By default, your user is added as the project `Owner`. To add members: 1. In the **Members** tab, click **Add**. -1. From the **Select Member** field, search for a user or group that you want to assign project access. Note: You can only search for groups if external authentication is enabled. +1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md) ### 4. Optional: Add Resource Quotas diff --git a/versioned_docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md b/versioned_docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md index d3beb2fb0b5..2d356b86b5f 100644 --- a/versioned_docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/versioned_docs/version-2.11/how-to-guides/new-user-guides/add-users-to-projects.md @@ -31,6 +31,14 @@ Following project creation, you can add users as project members so that they ca 1. In the **Members** tab, click **Add**. 1. Search for the user or group that you want to add to the project. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your external authentication source as you type. diff --git a/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index dae224a37b2..c6cadc9836a 100644 --- a/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -33,6 +33,14 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. In the **Member Roles** tab, click **Add Member**. 1. Search for the user or group that you want to add to the cluster. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your [external authentication](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md) source as you type. diff --git a/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index a333b7b4dc4..9a6ed081dbd 100644 --- a/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/versioned_docs/version-2.11/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -168,7 +168,15 @@ By default, your user is added as the project `Owner`. To add members: 1. In the **Members** tab, click **Add**. -1. From the **Select Member** field, search for a user or group that you want to assign project access. Note: You can only search for groups if external authentication is enabled. +1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md) ### 4. Optional: Add Resource Quotas diff --git a/versioned_docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md b/versioned_docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md index d3beb2fb0b5..2d356b86b5f 100644 --- a/versioned_docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/versioned_docs/version-2.8/how-to-guides/new-user-guides/add-users-to-projects.md @@ -31,6 +31,14 @@ Following project creation, you can add users as project members so that they ca 1. In the **Members** tab, click **Add**. 1. Search for the user or group that you want to add to the project. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your external authentication source as you type. diff --git a/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index dae224a37b2..c6cadc9836a 100644 --- a/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -33,6 +33,14 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. In the **Member Roles** tab, click **Add Member**. 1. Search for the user or group that you want to add to the cluster. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your [external authentication](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md) source as you type. diff --git a/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index a333b7b4dc4..9a6ed081dbd 100644 --- a/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/versioned_docs/version-2.8/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -168,7 +168,15 @@ By default, your user is added as the project `Owner`. To add members: 1. In the **Members** tab, click **Add**. -1. From the **Select Member** field, search for a user or group that you want to assign project access. Note: You can only search for groups if external authentication is enabled. +1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md) ### 4. Optional: Add Resource Quotas diff --git a/versioned_docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md b/versioned_docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md index d3beb2fb0b5..2d356b86b5f 100644 --- a/versioned_docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md +++ b/versioned_docs/version-2.9/how-to-guides/new-user-guides/add-users-to-projects.md @@ -31,6 +31,14 @@ Following project creation, you can add users as project members so that they ca 1. In the **Members** tab, click **Add**. 1. Search for the user or group that you want to add to the project. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your external authentication source as you type. diff --git a/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md index dae224a37b2..c6cadc9836a 100644 --- a/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md +++ b/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md @@ -33,6 +33,14 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. In the **Member Roles** tab, click **Add Member**. 1. Search for the user or group that you want to add to the cluster. + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: + If external authentication is configured: - Rancher returns users from your [external authentication](../../authentication-permissions-and-global-configuration/authentication-config/authentication-config.md) source as you type. diff --git a/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md b/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md index a333b7b4dc4..9a6ed081dbd 100644 --- a/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md +++ b/versioned_docs/version-2.9/how-to-guides/new-user-guides/manage-clusters/projects-and-namespaces.md @@ -168,7 +168,15 @@ By default, your user is added as the project `Owner`. To add members: 1. In the **Members** tab, click **Add**. -1. From the **Select Member** field, search for a user or group that you want to assign project access. Note: You can only search for groups if external authentication is enabled. +1. From the **Select Member** field, search for a user or group that you want to assign project access. You can only search for groups if external authentication is enabled. + + :::note Notes: + + - At least 2 characters must be typed in the search box for results to appear. + - Users can be searched based on their username or display name. + - Search is prefix-based (e.g., a user named `Stan Dard` will appear when searching for `Sta`, but not when searching for `Dar`) and case-sensitive. + + ::: 1. In the **Project Permissions** section, choose a role. For more information, refer to the [documentation on project roles.](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md) ### 4. Optional: Add Resource Quotas