-
Notifications
You must be signed in to change notification settings - Fork 38
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
backend: implement RBAC for readers/owners #650
DaanRosendal opened this issue
Nov 30, 2023
· 0 comments
· Fixed by reanahub/reana-db#216, #658 or reanahub/reana-workflow-controller#552
Labels
Comments
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-db
that referenced
this issue
Mar 13, 2024
DaanRosendal
added a commit
to DaanRosendal/reana-db
that referenced
this issue
Mar 14, 2024
DaanRosendal
added a commit
to DaanRosendal/reana-db
that referenced
this issue
Mar 14, 2024
DaanRosendal
added a commit
to DaanRosendal/reana-db
that referenced
this issue
Mar 14, 2024
DaanRosendal
added a commit
to DaanRosendal/reana-db
that referenced
this issue
Mar 14, 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-db
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
pushed a commit
to mdonadoni/reana-db
that referenced
this issue
Aug 9, 2024
mdonadoni
pushed a commit
to mdonadoni/reana-db
that referenced
this issue
Aug 9, 2024
mdonadoni
pushed a commit
to mdonadoni/reana-db
that referenced
this issue
Aug 9, 2024
mdonadoni
pushed a commit
to DaanRosendal/reana-db
that referenced
this issue
Aug 20, 2024
mdonadoni
pushed a commit
to DaanRosendal/reana-db
that referenced
this issue
Aug 20, 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-db
that referenced
this issue
Aug 29, 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
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:
The text was updated successfully, but these errors were encountered: