In key cloak 16.1 and prior based on wildfly it was possible to configure keycloak to use an external Infinispan cluster (like in Keycloak - Search) but this guide no longer applies to the quarkus distribution.
Is it still possible to configure keycloak 17 to use an external cluster? Could anyone point me to the right docs to set it up?
I managed to get keycloak to join an external cluster but it actually participates in the cluster and storing objects in the cluster fails since it does not serialise them so the infinispan server throw Class not found exceptions.
Apparently it is still used in Keycloak X, and I think they are embracing Infinispan even more.
Are you trying with the regular release train with Wildfly?
How would I configure the infinispan cluster in kubernates and then configure it to interact with keycloak pods? If there is any examples available, please share.
I have few related questions on this.
a. Does Quarkus support Redis and Keycloak would be able to use it? Or we still have to rely on Infinispan only ?
b. I have observed that even when using external Infinispan, Keycloak does cache sessions with itself? Then using external Infinispan, are we duplicating the session information?