new configuration version
This commit is contained in:
parent
88f5372ae4
commit
0f44e537af
|
@ -45,7 +45,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-04a20634256fe44dcc9c9a6a13c5a3204bb4ba39"
|
||||
tag: "r-7c2f10f995449629ef8fa89163e2b957f298d9ee"
|
||||
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/auth"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -106,9 +106,9 @@
|
|||
<!-- source: pattern://3fd09bb6cfbd34874595c263 -->
|
||||
<Domain name="IDENT-AuthenticationRealm" default="false" inactiveInterval="7200" reauthInterval="0" resetAuthenticationCondition="${inargs:cancel}">
|
||||
<Entry method="authenticate" state="IDENT-AuthenticationRealm_IDENT-Process-and-Dispatch"/>
|
||||
<Entry method="authenticate" state="IDENT-AuthenticationRealm_IDENT-Process-and-Dispatch" selector="${request:currentResource:^http[s]?\u003A//[^/]+/process/.*$:true}"/>
|
||||
<Entry method="authenticate" state="IDENT-AuthenticationRealm_IDENT-Process-and-Dispatch" selector="${request:currentResource:^http[s]?\u003A//[^/]+/process($|\?.*)$:true}"/>
|
||||
<Entry method="stepup" state="IDENT-AuthenticationRealm_Selector"/>
|
||||
<Entry method="stepup" state="IDENT-AuthenticationRealm_IDENT-Process-and-Dispatch" selector="${request:currentResource:^http[s]?\u003A//[^/]+/process/.*$:true}"/>
|
||||
<Entry method="stepup" state="IDENT-AuthenticationRealm_IDENT-Process-and-Dispatch" selector="${request:currentResource:^http[s]?\u003A//[^/]+/process($|\?.*)$:true}"/>
|
||||
</Domain>
|
||||
<!-- source: pattern://6df66943ca713eed2a25d935 -->
|
||||
<Domain name="OP-ONBRDNG-AuthenticationRealm" default="false" inactiveInterval="1200" reauthInterval="0" resetAuthenticationCondition="${inargs:cancel}">
|
||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-27f67f37e3b414468e93a53184b53efab9764b77"
|
||||
tag: "r-7c2f10f995449629ef8fa89163e2b957f298d9ee"
|
||||
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/proxy-sp"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<!-- source: pattern://bd83dfbd467e8211ffe71d28 -->
|
||||
<Host name="ident.agov-w.azure.adnovum.net">
|
||||
<!-- source: pattern://816a1456192f974b57418ca9 -->
|
||||
<Context entryURI="/" unsecureConnection="allow" trailingSlashRedirect="true" filePreload="false" docBase="/var/opt/nevisproxy/default/host-ident.agov-w.azure.adnovum.net" path="" allowedMethods="ALL-HTTP ALL-WEBDAV -TRACE -CONNECT"/>
|
||||
<Context entryURI="/" unsecureConnection="allow" trailingSlashRedirect="false" filePreload="false" docBase="/var/opt/nevisproxy/default/host-ident.agov-w.azure.adnovum.net" path="" allowedMethods="ALL-HTTP ALL-WEBDAV -TRACE -CONNECT"/>
|
||||
</Host>
|
||||
<!-- source: pattern://bd83dfbd467e8211ffe71d28 -->
|
||||
<Host name="op.agov-w.azure.adnovum.net">
|
||||
|
|
|
@ -202,12 +202,12 @@
|
|||
<!-- source: pattern://3fd09bb6cfbd34874595c263 -->
|
||||
<filter-mapping>
|
||||
<filter-name>SessionHandler_IDENT-AuthenticationRealm</filter-name>
|
||||
<url-pattern>/process/*</url-pattern>
|
||||
<url-pattern>/process</url-pattern>
|
||||
</filter-mapping>
|
||||
<!-- source: pattern://3fd09bb6cfbd34874595c263 -->
|
||||
<filter-mapping>
|
||||
<filter-name>AuthenticationService_IDENT-AuthenticationRealm</filter-name>
|
||||
<url-pattern>/process/*</url-pattern>
|
||||
<url-pattern>/process</url-pattern>
|
||||
</filter-mapping>
|
||||
<!-- source: pattern://3fd09bb6cfbd34874595c263 -->
|
||||
<listener>
|
||||
|
@ -341,7 +341,7 @@
|
|||
<!-- source: pattern://6977f8a683f63744bbd56d69 -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>Hosting_Default</servlet-name>
|
||||
<url-pattern>/process/*</url-pattern>
|
||||
<url-pattern>/process</url-pattern>
|
||||
</servlet-mapping>
|
||||
<servlet-mapping>
|
||||
<servlet-name>Hosting_Default</servlet-name>
|
||||
|
|
Loading…
Reference in New Issue