Skip to content

Commit

Permalink
[MODORDERS-1174] Add necessary perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Sep 16, 2024
1 parent 6d7a7f1 commit 5d6429f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,9 @@
"pathPattern": "/orders/pieces",
"permissionsRequired": ["orders.pieces.collection.get"],
"modulePermissions": [
"orders-storage.pieces.collection.get"
"orders-storage.pieces.collection.get",
"consortia.user-tenants.collection.get",
"user-tenants.collection.get"
]
},
{
Expand Down

0 comments on commit 5d6429f

Please sign in to comment.