# HG changeset patch # User Alain Mazy # Date 1715776264 -7200 # Node ID e406ef204e3ad4e5516c533e8b2b8606f0a110a9 # Parent 3c99bb6fd30949b4eeff6fd15093eda5c8abb3ae new default permissions for create-dicom + stl routes diff -r 3c99bb6fd309 -r e406ef204e3a NEWS --- 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 ==================== diff -r 3c99bb6fd309 -r e406ef204e3a Plugin/DefaultConfiguration.json --- 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"],