changeset 167:e406ef204e3a

new default permissions for create-dicom + stl routes
author Alain Mazy <am@orthanc.team>
date Wed, 15 May 2024 14:31:04 +0200
parents 3c99bb6fd309
children 66c43e0021c1 ed1b908c9f78
files NEWS Plugin/DefaultConfiguration.json
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Apr 29 12:50:52 2024 +0200
+++ b/NEWS	Wed May 15 14:31:04 2024 +0200
@@ -3,6 +3,8 @@
 
 * Fix wrong forbidden access to /dicom-web/studies/../series for users who 
   had "authorized_labels"=="*"
+* Added new default permissions for /tools/create-dicom, 
+  /stl/encode-rtstruct, /stl/encode-nifti
 
 2024-03-25 - v 0.7.1
 ====================
--- a/Plugin/DefaultConfiguration.json	Mon Apr 29 12:50:52 2024 +0200
+++ b/Plugin/DefaultConfiguration.json	Wed May 15 14:31:04 2024 +0200
@@ -80,6 +80,9 @@
             // uploads
             ["post", "^/instances$", "all|upload"],
             ["post" , "^/DICOM_WEB_ROOT/studies$", "all|upload"],
+            ["post", "^/tools/create-dicom$", "all|upload"],
+            ["post", "^/stl/encode-rtstruct$", "all|upload"],
+            ["post", "^/stl/encode-nifti$", "all|upload"],
 
             // monitor jobs you have created
             ["get" , "^/jobs/([a-f0-9-]+)$", "all|send|modify|anonymize|q-r-remote-modalities"],