Skip to content

Commit 013835e

Browse files
mabartosahus1
andauthored
ExternalLinksTest is broken due to missing path parameters
Closes #43082 (cherry picked from commit 70a9a60) Signed-off-by: Martin Bartoš <[email protected]> Signed-off-by: Alexander Schwartz <[email protected]> Co-authored-by: Alexander Schwartz <[email protected]>
1 parent 5101031 commit 013835e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/documentation/release_notes/topics/25_0_0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ bin/kc.sh build --features=persistent-user-sessions ...
7272
----
7373

7474
For more details see the https://www.keycloak.org/server/features[Enabling and disabling features] {section}.
75-
The https://www.keycloak.org/high-availability/concepts-memory-and-cpu-sizing[sizing guide] contains a new paragraph describing the updated resource requirements when this feature is enabled.
75+
The https://www.keycloak.org/high-availability/single-cluster/concepts-memory-and-cpu-sizing[sizing guide] contains a new paragraph describing the updated resource requirements when this feature is enabled.
7676

7777
For information on how to upgrade, see the link:{upgradingguide_link}[{upgradingguide_name}].
7878

docs/documentation/release_notes/topics/26_1_0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Alternatively, you can disable dark mode support for the built-in Keycloak theme
139139
There is a new metric available counting how many password validations were performed by {project_name}.
140140
This allows you to better assess where CPU resources are used, and can feed into your sizing calculations.
141141
142-
See https://www.keycloak.org/observability/metrics-for-troubleshooting-http[Keycloak metrics] and https://www.keycloak.org/high-availability/concepts-memory-and-cpu-sizing#_measuring_the_activity_of_a_running_keycloak_instance[Concepts for sizing CPU and memory resources] for more details.
142+
See https://www.keycloak.org/observability/metrics-for-troubleshooting-http[Keycloak metrics] and https://www.keycloak.org/high-availability/multi-cluster/concepts-memory-and-cpu-sizing#multi-cluster-measture-running-instance[Concepts for sizing CPU and memory resources] for more details.
143143
144144
= Sign out all active sessions in admin console now effectively removes all sessions
145145

docs/documentation/upgrading/topics/changes/changes-25_0_0.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ bin/kc.sh build --features=persistent-user-sessions ...
101101
----
102102

103103
For more details see the https://www.keycloak.org/server/features[Enabling and disabling features] {section}.
104-
The https://www.keycloak.org/high-availability/concepts-memory-and-cpu-sizing[sizing guide] contains a new paragraph describing the updated resource requirements when this feature is enabled.
104+
The https://www.keycloak.org/high-availability/single-cluster/concepts-memory-and-cpu-sizing[sizing guide] contains a new paragraph describing the updated resource requirements when this feature is enabled.
105105

106106
NOTE: If this feature is enabled for an existing deployment that is using only the embedded Infinispan for storing sessions, the existing online user and client sessions will not be migrated to the database. It will only affect newly created online user and online client sessions.
107107

@@ -110,7 +110,7 @@ Items which are evicted from memory will be loaded on-demand from the database w
110110
To set different sizes for the caches, edit {project_name}'s cache config file to set a `+<memory max-count="..."/>+` for those caches.
111111
Once this feature is enabled, expect an increased database utilization on each login, logout and refresh token request.
112112

113-
To configure the cache size in an external {jdgserver_name} in a {project_name} multi-site setup, consult the updated https://www.keycloak.org/high-availability/deploy-infinispan-kubernetes-crossdc[Deploy Infinispan for HA with the Infinispan Operator] {section}.
113+
To configure the cache size in an external {jdgserver_name} in a {project_name} multi-site setup, consult the updated https://www.keycloak.org/high-availability/multi-cluster/deploy-infinispan-kubernetes-crossdc[Deploy Infinispan for HA with the Infinispan Operator] {section}.
114114

115115
With this feature enabled, the options `spi-user-sessions-infinispan-offline-session-cache-entry-lifespan-override` and `spi-user-sessions-infinispan-offline-client-session-cache-entry-lifespan-override` are no longer available, as they were previously used to override the time offline sessions were kept in-memory.
116116

@@ -161,7 +161,7 @@ This includes clearing the caches of the external {jdgserver_name} if one is use
161161
* If the remote {jdgserver_name} has been used in a single-site setup solely for keeping user sessions across {project_name} restarts, remove the remote {jdgserver_name} configuration for those caches.
162162
--
163163
+
164-
TIP: If the remote {jdgserver_name} is used in a multi-site setup, you can reduce the resource consumption by the external Infinispan by configuring the number of entries in memory. Use the settings outlined in https://www.keycloak.org/high-availability/deploy-infinispan-kubernetes-crossdc[Deploy Infinispan for HA with the Infinispan Operator] {section}.
164+
TIP: If the remote {jdgserver_name} is used in a multi-site setup, you can reduce the resource consumption by the external Infinispan by configuring the number of entries in memory. Use the settings outlined in https://www.keycloak.org/high-availability/multi-cluster/deploy-infinispan-kubernetes-crossdc[Deploy Infinispan for HA with the Infinispan Operator] {section}.
165165

166166
. Rolling restart of {project_name} to activate the new cache configuration XML.
167167

0 commit comments

Comments
 (0)