new configuration version
This commit is contained in:
parent
a9491b38cd
commit
1eec857dbf
|
@ -45,7 +45,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-ca0bbb023433e32ef9cca0f71d74e950290a4640"
|
||||
tag: "r-3d141afd3ffc3d627e8f33a1c77ed93cd66a0b52"
|
||||
dir: "DEFAULT-ADN-POST-IAM-TKNXCHNG-PROJECT/DEFAULT-ADN-POST-IAM-TKNXCHNG-INV/nai"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
<Domain name="cossa_realm" default="false" inactiveInterval="7200" reauthInterval="0" resetAuthenticationCondition="${inargs:cancel}">
|
||||
<Entry method="authenticate" state="cossa_realm_TokenExchangeEndpoint"/>
|
||||
<Entry method="authenticate" state="cossa_realm_TokenExchangeEndpoint" selector="${request:currentResource:^http[s]?\u003A//[^/]+/token/.*$:true}"/>
|
||||
<Entry method="logout" state="cossa_realm_AuthorizationServer"/>
|
||||
<Entry method="logout" state="cossa_realm_AuthorizationServer" selector="${request:currentResource:^http[s]?\u003A//[^/]+/token/.*$:true}"/>
|
||||
<Entry method="logout" state="cossa_realm_AuthorizationServer1"/>
|
||||
<Entry method="logout" state="cossa_realm_AuthorizationServer1" selector="${request:currentResource:^http[s]?\u003A//[^/]+/token/.*$:true}"/>
|
||||
<Entry method="stepup" state="cossa_realm_Selector"/>
|
||||
<Entry method="stepup" state="cossa_realm_TokenExchangeEndpoint" selector="${request:currentResource:^http[s]?\u003A//[^/]+/token/.*$:true}"/>
|
||||
</Domain>
|
||||
|
@ -240,7 +240,7 @@
|
|||
<Gui name="ContinueResponse"/>
|
||||
</Response>
|
||||
</AuthState>
|
||||
<AuthState name="cossa_realm_AuthorizationServer" class="ch.nevis.esauth.auth.states.oauth2.AuthorizationServer" final="false" resumeState="true">
|
||||
<AuthState name="cossa_realm_AuthorizationServer1" class="ch.nevis.esauth.auth.states.oauth2.AuthorizationServer" final="false" resumeState="true">
|
||||
<!-- source: pattern://e02a36447ce2d3c66d8d81c0 -->
|
||||
<ResultCond name="authenticate:valid-authorization-request" next="cossa_realm_New_Test_Login"/>
|
||||
<!-- source: pattern://e02a36447ce2d3c66d8d81c0 -->
|
||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-ca0bbb023433e32ef9cca0f71d74e950290a4640"
|
||||
tag: "r-3d141afd3ffc3d627e8f33a1c77ed93cd66a0b52"
|
||||
dir: "DEFAULT-ADN-POST-IAM-TKNXCHNG-PROJECT/DEFAULT-ADN-POST-IAM-TKNXCHNG-INV/npi"
|
||||
credentials: "git-credentials"
|
||||
keystores:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# source: pattern://92e282d1dc2b69d9e4f91fc0
|
||||
# source: pattern://0b44ecbcd52c62157509301e
|
||||
BC.Tracer.LogFile=pipe:///bin/sed -u -e "s/^/[navajo.log] /g" | /bin/egrep --line-buffered -v "GET /(live|readi)ness"
|
||||
# source: pattern://92e282d1dc2b69d9e4f91fc0
|
||||
BC.Tracer.ThresholdBase=5
|
||||
# source: pattern://92e282d1dc2b69d9e4f91fc0
|
||||
BC.Tracer.DebugProfile.NProxyOp=1
|
||||
# source: pattern://92e282d1dc2b69d9e4f91fc0
|
||||
BC.Tracer.DebugProfile.NavajoOp=1
|
||||
# source: pattern://0b44ecbcd52c62157509301e
|
||||
BC.Tracer.ThresholdBase=6
|
||||
# source: pattern://0b44ecbcd52c62157509301e
|
||||
BC.Tracer.DebugProfile.NProxyOp=0
|
||||
# source: pattern://0b44ecbcd52c62157509301e
|
||||
BC.Tracer.DebugProfile.NavajoOp=0
|
||||
# source: pattern://92e282d1dc2b69d9e4f91fc0
|
||||
ch.nevis.nevisproxy.LocalLogFileName=/var/opt/nevisproxy/default/conf/conditionallog.properties
|
||||
# source: pattern://92e282d1dc2b69d9e4f91fc0
|
||||
|
|
Loading…
Reference in New Issue