Update Zuul auth config for new Keycloak images

The newer Quarkus-based Keycloak container images no longer include
an "auth/" prefix to all the URL paths by default. Rather than alter
the Keycloak deployment, switch Zuul configuration to use the new
default instead.

Change-Id: I9f7f52e80c39c8bd41c728bf9e2b38dcece29978
This commit is contained in:
Jeremy Stanley 2024-02-07 21:18:32 +00:00
parent e9f2a1b979
commit 38e2a00a5b

View File

@ -66,7 +66,7 @@ secret={{ zuul_local_auth_secret }}
default=true
driver=OpenIDConnect
realm=zuul
issuer_id=https://keycloak.opendev.org/auth/realms/zuul
issuer_id=https://keycloak.opendev.org/realms/zuul
client_id=zuul
[tracing]