From 476239fb9af6c304af056a5eb01125a95faa4e50 Mon Sep 17 00:00:00 2001 From: mposolda Date: Wed, 16 Nov 2016 22:53:05 +0100 Subject: [PATCH] KEYCLOAK-3857 Migration for infinispan caches --- topics/MigrationFromOlderVersions.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/topics/MigrationFromOlderVersions.adoc b/topics/MigrationFromOlderVersions.adoc index 8f7c8285a4..9f974b6723 100644 --- a/topics/MigrationFromOlderVersions.adoc +++ b/topics/MigrationFromOlderVersions.adoc @@ -180,6 +180,12 @@ In the unlikely case that SP would not be able to handle the new scheme, {{book. can be made to use legacy RSA-v1.5 encryption scheme when started with system property `keycloak.saml.key_trans.rsa_v1.5` set to `true`. +===== Infinispan caches realms and users are always local + +Even if you use {{book.project.name}} in cluster, the caches `realms` and `users` defined in infinispan subsystem in `standalone-ha.xml` are +always local caches now. There is separate cache `work`, which handles sending invalidation messages between cluster nodes and informing whole cluster +what records in underlying `realms` and `users` caches should be invalidated. + ==== Migrating to 2.3.0 ===== Default max results on paginated endpoints