new configuration version

This commit is contained in:
haburger 2024-11-28 16:42:58 +00:00
parent 0ca1cf6b76
commit bbc82e8ff1
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-68d22c8461fae1d86f92dc91331b67bf7ad55703"
tag: "r-28e22366b5275caf004643b5b80134140fa1fd6d"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -13,7 +13,7 @@ LOG.info("Event='AUTHENTICATION', Requester='${requester}', RequestId='${request
// delete the login cookie
def agovLoginCookie = "agovLogin=deleted; Domain=${parameters.get('cookie.domain')}; Path=/; Max-Age=0; SameSite=Strict; Secure; HttpOnly"
response.setHeader('Set-Cookie', agovLoginCookie)
response.setHeader('Set-Cookie2', agovLoginCookie)
response.setResult('ok')
return