Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keycloak_quarkus: sticky-session for infinispan routes #163

Conversation

hwo-wd
Copy link
Collaborator

@hwo-wd hwo-wd commented Jan 22, 2024

New extremely long unimaginatively named parameter (do not blame the collection):

Variable Description Default
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

allows to configure the corresponding option.

Fix #162

@hwo-wd hwo-wd force-pushed the feature/162_keycloak_quarkus_sticky-session-encoder branch from dfe2196 to 64d0245 Compare February 8, 2024 15:16
…ispan-should-attach-route` configurable in `keycloak.conf`
@hwo-wd hwo-wd force-pushed the feature/162_keycloak_quarkus_sticky-session-encoder branch from 64d0245 to e0d4920 Compare February 8, 2024 15:19
@guidograzioli guidograzioli changed the title feature/162: keycloak_quarkus: make `spi-sticky-session-encoder-infin… keycloak_quarkus: sticky-sessions for infinispan routes Feb 8, 2024
@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Feb 8, 2024
Copy link
Member

@guidograzioli guidograzioli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@guidograzioli guidograzioli merged commit f62a977 into ansible-middleware:main Feb 8, 2024
16 checks passed
@guidograzioli guidograzioli changed the title keycloak_quarkus: sticky-sessions for infinispan routes keycloak_quarkus: sticky-session for infinispan routes Feb 8, 2024
@hwo-wd hwo-wd deleted the feature/162_keycloak_quarkus_sticky-session-encoder branch April 16, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

keycloak_quarkus: make spi-sticky-session-encoder-infinispan-should-attach-route configurable in keycloak.conf
2 participants