Skip to content

Commit

Permalink
Update orthanc-service.conf (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Oct 31, 2023
1 parent e2dc592 commit 6d411f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kube/services/revproxy/gen3.nginx.conf/orthanc-service.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ location /orthanc/ {
if ($request_uri ~ "^/orthanc/dicom-web/studies/") {
set $authz_method "read";
set $authz_resource "/services/orthanc/studies";

if ($request_method = POST) {
return 403;
# set $authz_method "create";
# set $authz_resource "/services/orthanc/studies";
}
}

auth_request /gen3-authz;
Expand Down

0 comments on commit 6d411f5

Please sign in to comment.