Skip to content

Commit 3fb2dc0

Browse files
authored
docs: viewer role (cube-js#10444)
1 parent 2000373 commit 3fb2dc0

1 file changed

Lines changed: 15 additions & 34 deletions

File tree

β€Ždocs/content/product/administration/users-and-permissions/roles-and-permissions.mdxβ€Ž

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,29 @@
22

33
_Understanding user roles and permissions in Cube._
44

5-
Cube has three built-in default roles: Admin, Developer, and Explorer. Each role has specific permissions and access levels designed to support different responsibilities within the platform.
5+
Cube has four built-in default roles: Admin, Developer, Explorer, and Viewer. Each role has specific permissions and access levels designed to support different responsibilities within the platform.
66

77
The Enterprise tier allows creation of custom roles with a customized set of permissions tailored to your organization's specific needs.
88

9+
## Permissions matrix
910

10-
## Default Roles
11-
12-
### Admin Role
13-
14-
- Has highest level of privileges
15-
- Can manage semantic models
16-
- Can manage other users
17-
- Has access to admin section
18-
- Full query capabilities
11+
| Permission | Admin | Developer | Explorer | Viewer |
12+
| ----------------------------------- | :---: | :-------: | :------: | :----: |
13+
| Manage users and account settings | βœ… | ❌ | ❌ | ❌ |
14+
| Manage deployments and their settings | βœ… | βœ… | ❌ | ❌ |
15+
| Edit semantic model | βœ… | βœ… | ❌ | ❌ |
16+
| Execute SQL queries against data sources | βœ… | βœ… | ❌ | ❌ |
17+
| Explore and query semantic models | βœ… | βœ… | βœ… | ❌ |
18+
| Create and edit workbooks | βœ… | βœ… | βœ… | ❌ |
19+
| View published dashboards | βœ… | βœ… | βœ… | βœ… |
20+
| Access Analytics Chat | βœ… | βœ… | βœ… | βœ… |
21+
| Query from external tools (Tableau, Power BI) | βœ… | βœ… | βœ… | βœ… |
1922

2023
<InfoBox>
21-
Admin roles are billed at the developer rate.
22-
</InfoBox>
23-
24-
### Developer Role
25-
26-
- Can create and edit semantic models
27-
- Can execute SQL queries against data sources
28-
- Can create and edit workbooks
29-
- Can create and edit data apps
30-
- No access to admin settings
3124

32-
### Explorer Role
33-
34-
- Can query semantic models
35-
- Can create and edit workbooks
36-
- Can create and edit data apps
37-
- Can execute Semantic SQL queries
38-
- Cannot make changes to semantic models
39-
- Cannot query source data directly
40-
41-
## Future Implementation
42-
43-
A Viewer role is planned for future implementation with the following capabilities:
25+
Admin roles are billed at the developer rate.
4426

45-
- Use Analytics Chat with ability to query Semantic Views and existing reports
46-
- View (read-only) access to shared data apps
27+
</InfoBox>
4728

4829
## Agent Permissions
4930

0 commit comments

Comments
Β (0)