Keycloak 19.0.3-legacy remote infinispan #22027
Unanswered
DonPerinon
asked this question in
Q&A
Replies: 1 comment
-
|
Please share syntax for adding cutom formatter for logging |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello for the planned update in order to persist sessions for the future I deployed the cluster 2 nodes running in docker with an external infinispan as a remote cache store with the following configuration.
standalone-ha
infinispan
Docker 1 start command docker run --restart=always -d -p 9150:8080 -p 7600:7600 -e JAVA_OPTS='-server -Xms512m -Xmx1024m -Dkeycloak.profile.feature.token_exchange=enabled -Dkeycloak.profile.feature.admin_fine_grained_authz=enabled -Djboss.node.name=keycloak-dev1 -Djboss.site.name=site1' --memory=1g -e COMMIT=23123213123-21321313221 --name keycloak-inf --hostname keycloak-dev --env-file .env keycloak:19.03
Docker 2 start command docker run --restart=always -d -p 9150:8080 -p 7600:7600 -e JAVA_OPTS='-server -Xms512m -Xmx1024m -Dkeycloak.profile.feature.token_exchange=enabled -Dkeycloak.profile.feature.admin_fine_grained_authz=enabled -Djboss.node.name=keycloak-dev2 -Djboss.site.name=site1' --memory=1g -e COMMIT=23123213123-21321313221 --name keycloak-inf --hostname keycloak-dev --env-file .env keycloak:19.03
The issue is that during the refresh of the page, the keycloak randomly signs me out without any errors on keycloak or infinispan site. Does any one face this issue thx for your advice.
Beta Was this translation helpful? Give feedback.
All reactions