new configuration version

This commit is contained in:
haburger 2024-12-18 05:32:18 +00:00
parent 9f7c0cb188
commit f2657e8cd7
2 changed files with 1 additions and 7 deletions

View File

@ -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:

View File

@ -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