Skip to content

Commit

Permalink
[tests] add rbac permissions for file deletion endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Dec 2, 2024
1 parent fe0a1be commit 1d73ae3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/integration/sda/rbac.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"path": "/file/accession",
"action": "POST"
},
{
"role": "admin",
"path": "/file/*",
"action": "(DELETE)"
},
{
"role": "submission",
"path": "/users",
Expand Down

0 comments on commit 1d73ae3

Please sign in to comment.