new configuration version
This commit is contained in:
parent
9f7c0cb188
commit
f2657e8cd7
|
@ -46,7 +46,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-de3192aa36a48a0c9e2734af2cfd5bc3b60701a0"
|
||||
tag: "r-069b36f30d92726332fab2b19e9c308ccdfe2f3d"
|
||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/proxy-idp"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -5,15 +5,9 @@ function inputHeader(req, resp)
|
|||
local trace = req:getTracer()
|
||||
|
||||
local queryParams = Utils.getQueryParameters(req)
|
||||
local path = req:getRequestPath()
|
||||
local pathInfo = req:getPathInfo()
|
||||
|
||||
-- only allow calls to the countries service
|
||||
if path == nil then
|
||||
trace:error("path is nil")
|
||||
else
|
||||
trace:error("path is " .. path)
|
||||
end
|
||||
if pathInfo == nil then
|
||||
trace:error("pathInfo is nil")
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue