new configuration version

This commit is contained in:
haburger 2024-11-28 16:29:11 +00:00
parent 8bc1c16c88
commit 0b2985c114
2 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-b10c2226f68adac16ff14a5d90adb198d810135b"
tag: "r-232522f88238bad6e4221f000cd94670545f5bf5"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -50,7 +50,8 @@ if (inargs['submit'] && (!inargs['mobile'] || inargs['mobile'].isEmpty()) && ina
LOG.info("Event='NOMOBILENUMBER', Requester='${requester}', RequestId='${requestId}', User=${user}, SourceIp=${sourceIp}, UserAgent='${userAgent}'")
response.setCookie("testcookie", "testvalue", "/path", "Thu, 01 Jan 2025 00:00:00 GMT",
-1, true, false);
def agovSkipAskingMobileCookie = "agovSkipAskingMobile=true; Domain=${parameters.get('cookie.domain')}; Path=/; Max-Age=86400; SameSite=Strict; Secure; HttpOnly"
response.setHeader('Set-Cookie', agovSkipAskingMobileCookie)
response.setResult('done')