JHoelli opened a new pull request, #4074:
URL: https://github.com/apache/streampipes/pull/4074

   
   ### Purpose
   
   Intoducing first simple permissions for Dataset.
   
   #### Assumptions 
   - A newly created dataset inherits the permissions of the pipeline admin who 
created it.
   - Permissions at the dataset level are user-specific, as in Connect and 
Pipelines.
   - Option to add additional permissions (similar to e.g., Connect) 
   
   #### Concept 
   
   | Role                | Read | Write |
   |---------------------|---|---|
   | Admin               | X | X |
   | Asset Admin         | - | - |
   | Asset User          | - | - |
   | Connect Admin       | - | - |
   | Data Explorer Admin | X | - |
   | Data Explorer User  | X | - |
   | Dashboard Admin     | X | - |
   | Dashboard User      | X | - |
   | Pipeline User       | X | - |
   | Pipeline Admin      | X | X |
   
   
   #### Example 
   A dashboard user or admin, the uses a chart which on the other hand is based 
on a dataset, also needs to be given explicit rights on that dataset to be able 
to see the chart with values.
   
   ### Remarks
   
   #### Backend 
   - [X]  Permission for DataLakeMeasureResources
   - [X] Permissions for DataLakeResources
   - [] Permissions for DataLakeWidgetrResource
   - [] Permissions for KioskDashboardDataLakeResoures
   
   #### UI
   - [] Section Dataset Permission, so that everyone can see the datasets 
assigned 
   - [] Add Option Share Dataset in the Dataset Section 
   
   #### Migration 
   - [] Migrate alle existing measures with new permission (setting them to 
public ?)
   
   PR introduces (a) breaking change(s): no
   
   PR introduces (a) deprecation(s): no
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to