new configuration version
This commit is contained in:
parent
df731afb83
commit
6c70061403
|
@ -46,7 +46,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-9e58961de0afe126cac1c6cef895dfc310637cb5"
|
||||
tag: "r-134517b70d990d8460a6fdf313cf72799edbdb49"
|
||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/proxy-idp"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -16,7 +16,7 @@ function inputHeader(req, resp)
|
|||
|
||||
-- only allow calls to the countries service ('api/v1/countries')
|
||||
if pathInfo ~= 'api/v1/countries' then
|
||||
trace:info("utility service called with invalid path " .. path)
|
||||
trace:info("utility service called with invalid path " .. pathInfo)
|
||||
resp:send(404)
|
||||
return
|
||||
end
|
||||
|
|
|
@ -1017,10 +1017,11 @@
|
|||
<param-value>true</param-value>
|
||||
</init-param>
|
||||
</filter>
|
||||
<!-- source: pattern://ecf4381f4653b0aa9a69b417 -->
|
||||
<!-- source: pattern://ecf4381f4653b0aa9a69b417, pattern://ecf4381f4653b0aa9a69b417#filters -->
|
||||
<filter-mapping>
|
||||
<filter-name>DefaultErrorFilter</filter-name>
|
||||
<url-pattern>/*</url-pattern>
|
||||
<exclude-url-regex>^/resource/utility/.*$</exclude-url-regex>
|
||||
</filter-mapping>
|
||||
<!-- source: pattern://cc7f74cd87053a74a70588ad, pattern://cc7f74cd87053a74a70588ad#filters -->
|
||||
<filter-mapping>
|
||||
|
|
Loading…
Reference in New Issue