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:
parent
e9f2a1b979
commit
38e2a00a5b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user