admin管理员组

文章数量:1332377

I have a hazelcast cluster in which there are two instances running in spring boot java project. I want to secure this cluster/instances so that no clients will connect to it to access data.

I am using open source edition of hazelcast. How can I achieve this? One approach is to use different clusternames but this solution doesn't suit my requirement.

Is there any other authentication methods available in open source edition? Please help.

I have a hazelcast cluster in which there are two instances running in spring boot java project. I want to secure this cluster/instances so that no clients will connect to it to access data.

I am using open source edition of hazelcast. How can I achieve this? One approach is to use different clusternames but this solution doesn't suit my requirement.

Is there any other authentication methods available in open source edition? Please help.

Share Improve this question asked Nov 22, 2024 at 6:19 spyderspyder 1261 silver badge11 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

There is no option in open source edition. You can choose to have different clusternames to achieve this.

本文标签: javaRestrict hazelcast clients to connect to a hazelcast clusterinstanceStack Overflow