| --- |
| layout: docs |
| title: Cube Permission (v2.1) |
| categories: tutorial |
| permalink: /docs/tutorial/acl.html |
| since: v0.7.1 |
| --- |
| |
| ``` |
| Notes: |
| Cube ACL is removed since v2.2.0, please use [Project level ACL](/docs/tutorial/project_level_acl.html) to manager ACL. |
| ``` |
| |
| In `Cubes` page, double click the cube row to see the detail information. Here we focus on the `Access` tab. |
| Click the `+Grant` button to grant permission. |
| |
|  |
| |
| There are four different kinds of permissions for a cube. Move your mouse over the `?` icon to see detail information. |
| |
|  |
| |
| There are also two types of user that a permission can be granted: `User` and `Role`. `Role` means a group of users who have the same role. |
| |
| ### 1. Grant User Permission |
| * Select `User` type, enter the username of the user you want to grant and select the related permission. |
| |
|  |
| |
| * Then click the `Grant` button to send a request. After the success of this operation, you will see a new table entry show in the table. You can select various permission of access to change the permission of a user. To delete a user with permission, just click the `Revoke` button. |
| |
|  |
| |
| ### 2. Grant Role Permission |
| * Select `Role` type, choose a group of users that you want to grant by click the drop down button and select a permission. |
| |
| * Then click the `Grant` button to send a request. After the success of this operation, you will see a new table entry show in the table. You can select various permission of access to change the permission of a group. To delete a group with permission, just click the `Revoke` button. |