These are the current policies
Admin
- Can create any task with a valid istrument_session
- Can see all tasks
- Can delete any tasks
- Can start any task
- Can abort any task
Users:
- Can create any task with a instrument_session they are on
- Can see tasks created by them
- Can delete tasks created by them
- Can start task created by them
- Can abort task created by them
the policy change that @DominicOram and @EmsArnold suggested is
the policy for admin remains the same but for the users it will change as follows.
Users:
- Can create any task with a instrument_session they are on
- Can see tasks with a instrument_session they are on
- Can delete tasks with a instrument_session they are on
- Can start task with a instrument_session they are on
- Can abort task with a instrument_session they are on
Acceptance Criteria
- OPA policies are tweaked according to the request
These are the current policies
Admin
Users:
the policy change that @DominicOram and @EmsArnold suggested is
the policy for admin remains the same but for the users it will change as follows.
Users:
Acceptance Criteria