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

Open
1 task
DaanRosendal opened this issue Nov 30, 2023 · 0 comments · May be fixed by reanahub/reana-db#216, #658 or reanahub/reana-workflow-controller#552
Open
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 DaanRosendal added this to Backlog in Workflow-Sharing Nov 30, 2023
@DaanRosendal DaanRosendal moved this from Backlog to In work in Workflow-Sharing 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 DaanRosendal moved this from In work to In review in Workflow-Sharing 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-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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment