Fix Keycloak Connection Timeout Issue to Prevent Hanging Connections

Closes #47174

Signed-off-by: Vadym Saranchuk <vsaranchuk3@gmail.com>
Signed-off-by: vsaranchuk <vsaranchuk3@gmail.com>
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
Co-authored-by: Vadym Saranchuk <vsaranchuk3@gmail.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
vsaranchuk
2026-05-18 09:55:21 +02:00
committed by GitHub
parent 5621e7f25e
commit 61cf8dd6b1
4 changed files with 169 additions and 18 deletions
@@ -47,6 +47,10 @@ that this option is deprecated and exists mostly for the backwards compatibility
For the details, see the link:{adminguide_link}[{adminguide_name}].
=== Socket timeouts and query timeouts for database connections
For all database connections, {project_name} now sets a socket read timeout matching the respective transaction timeout to prevent long hanging threads. For PostgreSQL databases, it additionally sets a query timeout.
=== Configure TOTP and Update password required actions moved after Verify Email
In relation to the previous point, the required actions *Configure OTP* and *Update password* are moved in the order of required actions after *Verify Email*