Vivek Acharya
Vivek Acharya

Reputation: 53

Hazelcast: How to create secure communication in Open Source?

We are ready to buy Open Source code. We want to implemented secure communication between two hazelcast or across all hazelcast which are on same network.

Please let's know how it possible,

Upvotes: 1

Views: 1774

Answers (3)

Scott M
Scott M

Reputation: 84

The full security stack is provided as an enterprise benefit from Hazelcast. It ties in to LDAP/Kerberos and enforces RBAC access.

See: https://hazelcast.com/products/security-suite/

Upvotes: 0

Archimedes Trajano
Archimedes Trajano

Reputation: 41580

You can use TLS between nodes but that requires an enterprise license http://docs.hazelcast.org/docs/latest-dev/manual/html-single/index.html#tlsssl

Upvotes: 0

noctarius
noctarius

Reputation: 6104

I think your question was already answered in github (https://github.com/hazelcast/hazelcast/issues/8370). Hazelcast Opensource does not have transport layer security builtin. This is an enterprise feature but it certainly is possible to build it yourself (keyword NodeExtension).

For more details, see the linked github issue.

Upvotes: 2

Related Questions