mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-17 11:31:52 -07:00
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:
commit
f62a97709a
4 changed files with 9 additions and 3 deletions
|
@ -80,6 +80,9 @@ keycloak_quarkus_proxy_mode: edge
|
|||
# disable xa transactions
|
||||
keycloak_quarkus_transaction_xa_enabled: true
|
||||
|
||||
# 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
|
||||
keycloak_quarkus_spi_sticky_session_encoder_infinispan_should_attach_route: true
|
||||
|
||||
keycloak_quarkus_metrics_enabled: false
|
||||
keycloak_quarkus_health_enabled: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue