new configuration version

This commit is contained in:
haburger 2025-01-08 15:16:07 +00:00
parent 0621111d2a
commit 5606893997
2 changed files with 4 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-74652635df557afe285bd6c9b53c946dd0556fdf"
tag: "r-7853cc81851fde2ef41a4695dbbcf36bc76354b9"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -6,3 +6,5 @@ def userAgent = request.getLoginContext()['connection.HttpHeader.user-agent'] ?:
def reason = session['agov.recovery.reason'] ?: 'unknown'
LOG.info("Event='RECOVERY-REASON', Requester='${requester}', RequestId='${requestId}', User=${user}, SourceIp=${sourceIp}, UserAgent='${userAgent}', Reason='${reason}'")
response.setResult('ok')