Skip to content

Commit

Permalink
Add required subperms
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTaylor committed Oct 22, 2024
1 parent b4f9d69 commit 9a7382c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"subPermissions": [
"settings.harvester-admin.enabled",
"harvester-admin.storages.collection.get",
"harvester-admin.storages.item.get"
"harvester-admin.storages.item.get",
"mod-settings.entries.collection.get",
"mod-settings.global.read.mod-harvester-admin"
],
"visible": true
},
Expand All @@ -61,7 +63,10 @@
"displayName": "Harvester admin (Settings): View, edit storage engines, transformation pipelines and transformation steps, and log-file deletion threshold",
"subPermissions": [
"ui-harvester-admin.settings.view",
"harvester-admin.storages.item.put"
"harvester-admin.storages.item.put",
"mod-settings.entries.item.put",
"mod-settings.entries.item.post",
"mod-settings.global.write.mod-harvester-admin"
],
"visible": true
},
Expand Down

0 comments on commit 9a7382c

Please sign in to comment.