Documentation
-
Momentum
-
MLOps
-
Impulse EDW
-
- 2.1 Create a Warehouse
- 2.2 Edit Warehouse
- 2.3 Datasources In Warehouse
- 2.4 Ingesting Data Into Tables or Datasources
- 2.4.1 Ingesting From Momentum Data Pipeline
- 2.4.2 Uploading File Using Impulse UI
- 2.4.3 Ingesting From External File/Storage System
- 2.5 Add Data to Existing Tables
- 2.5.1 Update Existing Index
- 2.6 Delete Table Records (Rows)
- 2.7 Delete Tables or Datasources
- 2.8 Monitoring Indexing Tasks
- 2.9 View Datasource Stats
-
Inset BI
- Alerts and Reports
- Connecting to a new database
- Registering a new table
- Creating charts in Explore view
- Manage access to Dashboards
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
APIs
- Articles coming soon
< All Topics
Print
4. Security, Roles and Privilege Management
Momentum provides authentication, authorization and access control at very granular level. This section describes access control features of Impulse.
User Group
Users belong to one of the following groups:
- Admin
- Writer
- Reader
- ReaderWriter
The access level of the members of these groups are described in the following table:
Functionality | Admin | Reader | Writer | ReaderWriter |
Data warehouse | ||||
Create | yes | no | yes | yes |
Edit | yes | no | yes | yes |
View details | yes | no | yes | yes |
Add tables | yes | no | yes | yes |
Load Data | yes | no | yes | yes |
Query | yes | yes | yes | yes |
Manage User | yes | no | no | no |
Manage Roles | yes | no | no | owner DW only |
Monitor Tasks | yes | no | yes | yes |
SQL | yes | yes | yes | yes |
API: Query | yes | yes | yes | yes |
System Config | yes | no | no | no |
System Services | yes | no | no | no |
Permission Types
- Entire warehouse: all tables within warehouse accessible
- Table or selected group of tables: only the included tables are accessible
Default role: <USER>_OWNER and assigned by default to the user who creates a warehouse
Events, Permissions, and Roles
System automatically creates and delete roles when certain events are triggered. The following table outlines events and different roles that are created or deleted.
Events | Actions | |
User signs up | <USER>_OWNER role is auto created | |
Create a DW | 1. RW permission <DW>_RW is created 2. <USER_OWNER> role is assigned | |
Delete DW | 1. <DW>_RW permission is removed | |
Delete Table | 1. <TABLE>_RW permission is removed |
Table of Contents