Skip to content

Commit

Permalink
add a note to indicate the feature status
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Dec 20, 2023
1 parent af0bae1 commit af90c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tidb-cloud/configure-sql-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This document describes how to manage database users and roles using the **SQL U

> **Note:**
>
> - The **SQL Users** page is in beta and is only available upon request. To request this feature, click **?** in the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com) and click **Request Support**. Then, fill in "Apply for the SQL Users page" in the **Description** field and click **Send**.
> - Database users and roles are independent of [organization and project users and roles](/tidb-cloud/manage-user-access.md). Database users are used to access databases in a TiDB cluster, while organization and project users are used to access organizations and projects in the [TiDB Cloud console](https://tidbcloud.com/).
> - In addition to the **SQL Users** page, you can also manage database users and roles by connecting to your cluster with a SQL client and writing SQL statements. For more information, see [TiDB User Account Management](https://docs.pingcap.com/tidb/dev/user-account-management).
Expand All @@ -26,7 +27,7 @@ In TiDB Cloud, you can grant both a built-in role and multiple custom roles (if

- Custom roles

In addition to a built-in role, if your cluster has custom roles that are created using the [`CREATE ROLE`](/sql-statements/sql-statement-create-role.md) statement, you can also grant custom roles to a SQL user when you create or edit SQL users in the TiDB Cloud console.
In addition to a built-in role, if your cluster has custom roles that are created using the [`CREATE ROLE`](/sql-statements/sql-statement-create-role.md) statement, you can also grant these custom roles to a SQL user when you create or edit SQL users in the TiDB Cloud console.

After a SQL user is granted both a built-in role and multiple custom roles, the user's permissions will be the union of all the permissions from these roles.

Expand Down

0 comments on commit af90c17

Please sign in to comment.