Keycloak-Clustered extends quay.io/keycloak/keycloak official Keycloak Docker image by adding JDBC_PING discovery protocol.
172
stars
57
forks
source link
simple-cache="true" attribute should be added to your local-cache entries #24
Closed
omasseau closed 1 year 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.