Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
186 stars 48 forks source link

Configuration settings different in cluster environments #4

Closed Captain-P-Goldfish closed 9 months ago

Captain-P-Goldfish commented 3 years ago

I recently noticed that a misconfiguration between two cluster nodes might occur in keycloak cluster environments. This occurs only under the following circumstances:

  1. You got at least two running keycloak nodes
  2. you change the configuration of node 1
  3. the configuration of node 2 will not be updated

this problem occurs because I missed to store the configuration settings within the infinispan cache and the updated configuration is not read from the database for each request. So a restart of node 2 would fix the problem.

It will take some time until this issue will be fixed.

Captain-P-Goldfish commented 9 months ago

fixed in the newer versions of https://scim-for-keycloak.de