new configuration version

This commit is contained in:
haburger 2024-11-27 16:53:32 +00:00
parent d89c7d3559
commit 8eea0b6b94
2 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget: podDisruptionBudget:
maxUnavailable: "50%" maxUnavailable: "50%"
git: git:
tag: "r-293582b8db6b8e69dbbec5cb425601effe4cebc0" tag: "r-3f9c4e232a4721238be4b4736c0c74804be09ab0"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth" dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials" credentials: "git-credentials"
keystores: keystores:

View File

@ -65,7 +65,6 @@ if (getHeader('cookie') != null) {
agovSkipAskingMobileCookie = cookies.replaceAll('^.*agovSkipAskingMobile=([^;]+).*$', '$1') agovSkipAskingMobileCookie = cookies.replaceAll('^.*agovSkipAskingMobile=([^;]+).*$', '$1')
} }
} }
}
if (agovSkipAskingMobileCookie == 'true') { if (agovSkipAskingMobileCookie == 'true') {
// Don't aske the user again... // Don't aske the user again...
LOG.info("Event='SKIPPEDMOBILENUMBER', Requester='${requester}', RequestId='${requestId}', User=${user}, SourceIp=${sourceIp}, UserAgent='${userAgent}'") LOG.info("Event='SKIPPEDMOBILENUMBER', Requester='${requester}', RequestId='${requestId}', User=${user}, SourceIp=${sourceIp}, UserAgent='${userAgent}'")