<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Ok, thank you Stian for the fast reply!
<div class=""><br class="">
</div>
<div class="">I will look into using jgroups S3_PING module that supports AWS, and that I think will work with docker-cloud as well since it accepts system properties where I can set the current IP address.</div>
<div class=""><br class="">
</div>
<div class="">Just plain old clustering with a database as shared data store and sticky sessions to a keycloak instance would be a nice default clustering option in the future (but I’m sure you have enough on your plate already :)</div>
<div class=""><br class="">
</div>
<div class="">Keep up the good work!</div>
<div class=""><br class="">
</div>
<div class="">Christian</div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On 07 Apr 2016, at 12:40, Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com" class="">sthorger@redhat.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">It is not currently possible to run multiple nodes without clustering. However, it's possible to configure JGroups to work on AWS. I can't remember the configuration required though, but if you search the user mailing list you'll find
 instructions or google for JGroups and AWS.</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On 7 April 2016 at 10:22, Christian Schwarz <span dir="ltr" class="">
&lt;<a href="mailto:christian@datek.no" target="_blank" class="">christian@datek.no</a>&gt;</span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi!<br class="">
<br class="">
I'm trying to setup a keycloak cluster on AWS, which does not support UDP multicast. IP addresses of the nodes are also not known in advance (I'm using docker-cloud), so Infinispan/JGroups (&quot;keycloak-ha-posgres&quot; docker image) for user session replication will
 not work (seems that it requires either UDP multicast or IP addresses known in advance).<br class="">
<br class="">
The main problem I have is that logout is not working propertly. I only get logged out from one of the two keycloak nodes.<br class="">
<br class="">
I have tried to disable the user cache (by setting userCache.default.enabled = false) and to disable infinispan (by using “keycloak-postgres” docker image), but to no avail. The “other” keycloak node still thinks that the user is logged in, it’s not refreshing
 the user session from the database even if user cache and infinispan cluster cache is disbled.<br class="">
<br class="">
=&gt; Is there a possibility of using the database as a synchronization point between keycloak nodes? (i.e. each node always checks logout status in the database)<br class="">
Or is there another way of getting a keycloak cluster up and running on AWS when IP addresses are not known in advance?<br class="">
<br class="">
I hope there is a way… :)<br class="">
<br class="">
Kind regards,<br class="">
Christian<br class="">
<br class="">
_______________________________________________<br class="">
keycloak-user mailing list<br class="">
<a href="mailto:keycloak-user@lists.jboss.org" class="">keycloak-user@lists.jboss.org</a><br class="">
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank" class="">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></blockquote>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>