Replies: 1 comment
-
|
Hi! Any news about this problem? |
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.
-
I am trying to have a cross site setup, dc1 & dc2, with dc2 as a backup.
For this I use the new storage to use a custom Infinispan for session data and a jpa database for the rest.
This works fine, and after logging into Keycloak, I can see the Infinispan console that some caches are created, for example
auth-sessions:Question 1: to make those caches replicated on other data centers, I need to add
Where I am supposed to change that ?
Question 2: I would like to create those caches objects on dc2, using the .yml.
But when I do so, I get an error:
Is there a way to define those caches manually ?
Beta Was this translation helpful? Give feedback.
All reactions