forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
11 KiB
11 KiB
Managing Roles
Creating a Role
- Log in to the GaussDB(DWS) console. In the navigation pane, choose Clusters > Dedicated Clusters.
- In the cluster list, click the name of the target cluster. The Cluster Information page is displayed.
- In the navigation pane, choose User Management.
- Click the Roles tab and click Create Role. The role creation page is displayed.
- Complete the role information, confirm the information, and click Next.
- Role Name: A username must start with a letter and can contain letters, numbers, and underscores (_). The length cannot exceed 63 characters.
- Expires: Set the expiration time of the role permission.
- System Administrator: Whether the role has the system administrator rights.
- Create Database: Whether the role has the permission to create databases.
- Create Role: Whether the role has the permission to create users and roles.
- Inherit Permissions: Whether a role inherits permissions from its group. This function is enabled by default. You are advised to retain this setting.
- Configure the permissions of the role.
Click Add to add a permission configuration. Select the database object type and the corresponding objects. Then, select permissions. For details about permission definitions, see "DCL Syntax" > "GRANT" in SQL Syntax Reference.
- After the authorization is complete, click Create. The role is created.
Modifying a Role
- Log in to the GaussDB(DWS) console. In the navigation pane, choose Clusters > Dedicated Clusters.
- In the cluster list, click the name of the target cluster. The Cluster Information page is displayed.
- In the navigation pane, choose User Management.
- In the role list, select a user and click Modify. The page for modifying role details is displayed.
- Modify the role information, confirm the information, and click Next.
- Role Name: A username must start with a letter and can contain letters, numbers, and underscores (_). The length cannot exceed 63 characters.
- Expires: Set the expiration time of the role permission.
- System Administrator: Whether the role has the system administrator rights.
- Create Database: Whether the role has the permission to create databases.
- Create Role: Whether the role has the permission to create users and roles.
- Inherit Permissions: Whether a role inherits the permissions from its group. This function is enabled by default. You are advised to retain this setting.
- Add or remove permissions as required.
- Confirm the permissions. Click lick Save.
Deleting a Role
- Log in to the GaussDB(DWS) console. In the navigation pane, choose Clusters > Dedicated Clusters.
- In the cluster list, click the name of the target cluster. The Cluster Information page is displayed.
- In the navigation pane, choose User Management.
- Select a role from the role list and click Delete. A confirmation dialog box is displayed.
- Click OK to delete the role.
Parent topic: Database User Management