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