ivangfr / keycloak-clustered

Keycloak-Clustered extends quay.io/keycloak/keycloak official Keycloak Docker image by adding JDBC_PING discovery protocol.
167 stars 57 forks source link

simple-cache="true" attribute should be added to your local-cache entries #24

Closed omasseau closed 11 months ago

omasseau commented 11 months ago

Hello,

Since Keycloak 22, it is recommended to add the simple-cache attribute to your local caches.

See: simple-cache and https://www.keycloak.org/2023/07/keycloak-2200-released.html

Here is an example : <local-cache name="users" simple-cache="true">

The default cache-ispn.xml file contains this attribute.

ivangfr commented 11 months ago

Hi @omasseau thanks for letting me know about it. I will fix it.