Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend: implement RBAC for readers/owners #650

Closed
1 task
DaanRosendal opened this issue Nov 30, 2023 · 0 comments · Fixed by reanahub/reana-db#216, #658 or reanahub/reana-workflow-controller#552
Closed
1 task

Comments

@DaanRosendal
Copy link
Member

DaanRosendal commented Nov 30, 2023

Implement Role-Based Access Control (RBAC) to prevent users from accessing endpoints that they should not be able to access. If the user is not an owner, block and hide certain actions.

To decide:

  • Which actions should and should not be blocked/hidden from readers
    • An obvious one is deleting workflows.
DaanRosendal added a commit to DaanRosendal/reana-db that referenced this issue Dec 15, 2023
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Dec 15, 2023
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Dec 15, 2023
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Dec 15, 2023
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Dec 15, 2023
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Dec 15, 2023
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 13, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 13, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 13, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 13, 2024
DaanRosendal added a commit to DaanRosendal/reana-db that referenced this issue Mar 13, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 18, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 18, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-workflow-controller that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 20, 2024
DaanRosendal added a commit to DaanRosendal/reana-server that referenced this issue Mar 20, 2024
@mdonadoni mdonadoni moved this to In review in Workflow-Sharing Jul 19, 2024
mdonadoni pushed a commit to DaanRosendal/reana-server that referenced this issue Aug 20, 2024
mdonadoni pushed a commit to DaanRosendal/reana-workflow-controller that referenced this issue Aug 20, 2024
mdonadoni pushed a commit to DaanRosendal/reana-server that referenced this issue Aug 29, 2024
mdonadoni pushed a commit to DaanRosendal/reana-workflow-controller that referenced this issue Aug 29, 2024
tiborsimko pushed a commit to DaanRosendal/reana-server that referenced this issue Sep 4, 2024
tiborsimko pushed a commit to DaanRosendal/reana-workflow-controller that referenced this issue Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment