changeset 127:8591a0c1fa2a

updated default 'Permissions' configuration to take the '/merge' routes into account
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 12:59:10 +0100
parents 8b123c2adb69
children 0205e9efaca8
files NEWS Plugin/DefaultConfiguration.json
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Oct 20 15:29:14 2023 +0200
+++ b/NEWS	Mon Nov 13 12:59:10 2023 +0100
@@ -1,6 +1,8 @@
 Pending changes in the mainline
 ===============================
 
+* updated default "Permissions" configuration to take the "/merge" routes 
+  into account.
 * now overriding /tools/find and /tools/labels only if the auth-service
   is providing user profiles ("WebServiceUserProfileUrl" has been configured).
 
--- a/Plugin/DefaultConfiguration.json	Fri Oct 20 15:29:14 2023 +0200
+++ b/Plugin/DefaultConfiguration.json	Mon Nov 13 12:59:10 2023 +0100
@@ -89,7 +89,7 @@
             ["get" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"],
 
             // modifications/anonymization
-            ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/modify(.*)$", "all|modify"],
+            ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/(modify|merge)(.*)$", "all|modify"],
             ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/anonymize(.*)$", "all|anonymize"],
 
             // labels