new configuration version

This commit is contained in:
haburger 2025-01-13 16:34:16 +00:00
parent 2bb79c9475
commit ddb23aa8b1
2 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-5190e6a7cf86a817b73807ecaff4b41c37839349"
tag: "r-8fb919f88013157ccd00ea44d0c9e22d96b63fed"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -1,6 +1,8 @@
import ch.nevis.esauth.auth.engine.AuthResponse
import ch.nevis.esauth.util.httpclient.api.HttpClient
import io.opentelemetry.api.trace.Span
import groovy.json.JsonSlurper
import groovy.xml.XmlSlurper
@ -18,6 +20,8 @@ def userAgent = request.getLoginContext()['connection.HttpHeader.user-agent'] ?:
HttpClient httpClient = HttpClients.create(parameters)
def spanCtxt = Span.current().getSpanContext()
def traceparent = "00-${spanCtxt.getTraceId()}-${spanCtxt.getSpanId()}-${spanCtxt.getTraceFlags().asHex()}"
String clientExtId = session.get('ch.adnovum.nevisidm.user.clientExtId')
String userExtId = session.get('ch.adnovum.nevisidm.user.extId')