I run Hazelcast 3.4 in a two machine cluster. In order to sync their content I have them connected over the network. Now I do search means to prevent unwanted write and if possible read access to either of them. Security is only available in the Enterprise Edition and as far as I know groups only prevent other Hazelcast servers from joining the cluster.
Is it possible to have the two servers sync over the network but prevent others to simply connect to port 5701 and read / write ?
If this information helps to narrow down the problem: I just use the JCache features of Hazelcast so I only need to protect that part. Setting up a firewall configuration that allows ServerA<->ServerB and prevents viciousUser<->ServerN is not possible because I am not allowed to configure firewalls on the servers (don't ask why ;-))