From 38e2a00a5b51fbc5ab42a43f3ec94983416a8373 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 7 Feb 2024 21:18:32 +0000 Subject: [PATCH] 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 --- playbooks/roles/zuul/templates/zuul.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/zuul/templates/zuul.conf.j2 b/playbooks/roles/zuul/templates/zuul.conf.j2 index bfe8328eff..568e5805ca 100644 --- a/playbooks/roles/zuul/templates/zuul.conf.j2 +++ b/playbooks/roles/zuul/templates/zuul.conf.j2 @@ -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]