Skip to content

Commit

Permalink
Update ohif-viewer-service.conf (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Nov 8, 2023
1 parent e1e2fde commit 7673146
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ location /ohif-viewer/ {
# return 403 "failed csrf check";
# }

set $authz_resource "/services/ohif-viewer";
set $authz_method "read";
set $authz_service "ohif-viewer";
# see if this can be fixed in the future for anonymous access
# set $authz_resource "/services/ohif-viewer";
# set $authz_method "read";
# set $authz_service "ohif-viewer";

auth_request /gen3-authz;
# auth_request /gen3-authz;

set $proxy_service "ohif-viewer";
set $upstream http://ohif-viewer-service.$namespace.svc.cluster.local;
Expand Down

0 comments on commit 7673146

Please sign in to comment.