Skip to content

Commit

Permalink
MODFIN-352 fix permissions (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored May 1, 2024
1 parent 1d95d52 commit 789820c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@
"pathPattern": "/finance/allocations",
"permissionsRequired": ["finance.allocations.item.post"],
"modulePermissions": [
"finance-storage.funds.collection.get",
"finance-storage.funds.item.get",
"finance-storage.transactions.batch"
]
Expand All @@ -615,6 +616,7 @@
"pathPattern": "/finance/transfers",
"permissionsRequired": ["finance.transfers.item.post"],
"modulePermissions": [
"finance-storage.funds.collection.get",
"finance-storage.funds.item.get",
"finance-storage.transactions.batch"
]
Expand Down

0 comments on commit 789820c

Please sign in to comment.