Merge pull request #163 from world-direct/feature/162_keycloak_quarkus_sticky-session-encoder

keycloak_quarkus: `sticky-session`s for infinispan routes
This commit is contained in:
Guido Grazioli 2024-02-08 21:31:12 +01:00 committed by GitHub
commit f62a97709a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View file

@ -123,7 +123,7 @@ Role Defaults
|`keycloak_quarkus_proxy_mode`| The proxy address forwarding mode if the server is behind a reverse proxy | `edge` |
|`keycloak_quarkus_start_dev`| Whether to start the service in development mode (start-dev) | `False` |
|`keycloak_quarkus_transaction_xa_enabled`| Whether to use XA transactions | `True` |
|`keycloak_quarkus_spi_sticky_session_encoder_infinispan_should_attach_route`| If the route should be attached to cookies to reflect the node that owns a particular session. If false, route is not attached to cookies and we rely on the session affinity capabilities from reverse proxy | `True` |
Role Variables
--------------