Skip to content

Commit

Permalink
chore: Log entry permission
Browse files Browse the repository at this point in the history
Added separate logEntry colleciton permission
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent 9267195 commit b1e9810
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
],
"pathPattern": "/erm/entitlementLogEntry",
"permissionsRequired": [
"erm.entitlements.collection.get"
"erm.entitlements.logEntry.collection.get"
]
},
{
Expand Down Expand Up @@ -1642,6 +1642,11 @@
"displayName": "Entitlements collection get",
"description": "Get a collection of entitlement records"
},
{
"permissionName": "erm.entitlements.logEntry.collection.get",
"displayName": "Entitlements log entry get",
"description": "Get entitlement log entries"
}
{
"permissionName": "erm.entitlements.item.get",
"displayName": "Entitlements item get",
Expand All @@ -1651,6 +1656,7 @@
"permissionName": "erm.entitlements.view",
"subPermissions": [
"erm.entitlements.collection.get",
"erm.entitlements.logEntry.collection.get",
"erm.entitlements.item.get"
]
},
Expand Down

0 comments on commit b1e9810

Please sign in to comment.