Skip to content

Commit

Permalink
Changes related to audit.pub-sub-handlers.log-record-event.post
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasSpashchenko committed Nov 5, 2024
1 parent f82f2a0 commit 5f51e8b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"methods": ["POST"],
"pathPattern": "/audit/handlers/log-record",
"permissionsRequired": [
"audit.pub-sub-handlers.log-record-event.post"
],
"modulePermissions": [
"users.item.get",
Expand All @@ -197,8 +198,7 @@
"inventory.items.item.get",
"inventory-storage.holdings.item.get",
"circulation-storage.cancellation-reasons.collection.get",
"circulation-item.item.get",
"audit.pub-sub-handlers.log-record-event.post"
"circulation-item.item.get"
]
}
]
Expand Down Expand Up @@ -284,6 +284,11 @@
"displayName": "Acquisition invoice events - get invoice change events",
"description": "Get invoice change events"
},
{
"permissionName": "audit.pub-sub-handlers.log-record-event.post",
"displayName" : "log record events from pub-sub",
"description" : "log record events received from pub-sub"
},
{
"permissionName": "audit.all",
"displayName": "Audit - all permissions",
Expand Down

0 comments on commit 5f51e8b

Please sign in to comment.