From af3f6281b89b97a0dfae4d49e657f62bdd6173e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Barto=C5=A1?= Date: Wed, 15 Jan 2025 12:51:53 +0100 Subject: [PATCH] ExternalLinksTest is broken after Keycloak 26.1.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #36486 Signed-off-by: Martin Bartoš --- docs/documentation/upgrading/topics/changes/changes-19_0_0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/upgrading/topics/changes/changes-19_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-19_0_0.adoc index 8396b522523..7766b6aa084 100644 --- a/docs/documentation/upgrading/topics/changes/changes-19_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-19_0_0.adoc @@ -61,7 +61,7 @@ Apart from disabling the /q/ endpoints, these are the other improvements made to * The `health/ready` endpoint used for readiness probes still checks for a working database connection. Make sure you have not only `health-enabled=true` but also `metrics-enabled=true` set in your configuration, to enable the database check, resulting in an effective readiness probe. It will return HTTP status-code 503 and a status of DOWN when the database connection is not in a healthy state. Expect more enhancements in this area in the future. -For more information, see the https://www.keycloak.org/server/health[Health guide] +For more information, see the https://www.keycloak.org/observability/health[Health guide] = Changes using GELF / centralized log management