generated from PrivateAIM/typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It cannot be assumed that every user who has access to the node UI should have full access to all controls. Additional roles will be added to bundled keycloak so each user is either "admin", "researcher", or [data] "steward". They should have the following permissions:
- [Data] Steward: can modify/create data stores, but cannot start/stop/delete analyses
- Researcher: can start/stop/delete analyses, but cannot modify data stores
- Admin: full access
Depends on: PrivateAIM/helm#88