comparison Plugin/DefaultConfiguration.json @ 115:0eed78c1e177

cache the UserProfile + updated http filter logic
author Alain Mazy <am@osimis.io>
date Fri, 08 Sep 2023 09:52:21 +0200
parents 760fd9ad7007
children 8591a0c1fa2a
comparison
equal deleted inserted replaced
114:546aea509427 115:0eed78c1e177
56 ["post", "^/auth/tokens/decode$", ""], 56 ["post", "^/auth/tokens/decode$", ""],
57 ["post", "^/tools/lookup$", ""], // currently used to authorize downloads in Stone (to map the StudyInstanceUID into an OrthancID. Not ideal -> we should define a new API that has the resource ID in the path to be able to check it at resource level) but, on another hand, you do not get any Patient information from this route 57 ["post", "^/tools/lookup$", ""], // currently used to authorize downloads in Stone (to map the StudyInstanceUID into an OrthancID. Not ideal -> we should define a new API that has the resource ID in the path to be able to check it at resource level) but, on another hand, you do not get any Patient information from this route
58 58
59 // elemental browsing in OE2 59 // elemental browsing in OE2
60 ["post", "^/tools/find$", "all|view"], 60 ["post", "^/tools/find$", "all|view"],
61 ["get" , "^/(patients|studies|series|instances)(|/)", "all|view"],
61 ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)$", "all|view"], 62 ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)$", "all|view"],
62 ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)/(studies|study|series|instances)$", "all|view"], 63 ["get" , "^/(patients|studies|series|instances)/([a-f0-9-]+)/(studies|study|series|instances)$", "all|view"],
63 ["get" , "^/instances/([a-f0-9-]+)/(tags|header)$", "all|view"], 64 ["get" , "^/instances/([a-f0-9-]+)/(tags|header)$", "all|view"],
64 ["get" , "^/statistics$", "all|view"], 65 ["get" , "^/statistics$", "all|view"],
65 ["get" , "^/changes$", "all|view"], 66 ["get" , "^/changes$", "all|view"],