From d37b9fed51d9f6e7bfc4da1102fe5708e5193445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Fri, 25 Oct 2024 17:07:15 +0200 Subject: [PATCH] Mention that search is prefix-based This explains the difference that it makes as opposed to substring-based search. --- docs/how-to-guides/new-user-guides/add-users-to-projects.md | 3 ++- .../manage-clusters/access-clusters/add-users-to-clusters.md | 3 ++- .../new-user-guides/manage-clusters/projects-and-namespaces.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 6a476e892de..7c2eb17be2c 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 @@ -32,7 +32,8 @@ Following project creation, you can add users as project members so that they ca 1. Search for the user or group that you want to add to the project. Note that: * 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 case-sensitive + * Search is prefix-based (eg. 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: 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 0b98399df21..3fa81211536 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 @@ -34,7 +34,8 @@ Cluster administrators can edit the membership for a cluster, controlling which 1. Search for the user or group that you want to add to the cluster. Note that: * 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 case-sensitive + * Search is prefix-based (eg. 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: 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 41c648cee8f..275d2203873 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 @@ -172,7 +172,8 @@ To add members: * You can only search for groups if external authentication is enabled * 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 case-sensitive + * Search is prefix-based (eg. 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