fix(ops/gerrit): mitigate Quarkus temporarily
Keycloak has a new thing going on: Wildfly (whatever that is) is out,
and Quarkus (whatever that is) is in.
https://www.keycloak.org/migration/migrating-to-quarkus
This breaks our stuff, however, so we're using the Gerrit OAuth
plugins recommendations for how to work around that:
8d467e9945
%5E%21/#F1
Change-Id: I2391a89c6791015e66c5e480b905b6ee56663020
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10905
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
a128a8638b
commit
472f727c24
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in
|
||||||
# variety of backends.
|
# variety of backends.
|
||||||
auth.type = "OAUTH";
|
auth.type = "OAUTH";
|
||||||
plugin.gerrit-oauth-provider-keycloak-oauth = {
|
plugin.gerrit-oauth-provider-keycloak-oauth = {
|
||||||
root-url = "https://auth.tvl.fyi";
|
root-url = "https://auth.tvl.fyi/auth";
|
||||||
realm = "TVL";
|
realm = "TVL";
|
||||||
client-id = "gerrit";
|
client-id = "gerrit";
|
||||||
# client-secret is set in /var/lib/gerrit/etc/secure.config.
|
# client-secret is set in /var/lib/gerrit/etc/secure.config.
|
||||||
|
|
Loading…
Reference in a new issue