Hi Ian,
you should always run Hazelcast in trusted environments. In the cloud,
it can be simpler as it usually allows defining security rules and
allowed data flows.
I wouldn't personally use the embedded mode, but rather stick to
client/server one and just connecting to it through a Hazelcast
client.
So, What you can do on the Hazelcast configuration level?
* specify custom cluster-name
* disable binding to all network interfaces (Hazelcast's default behaviour)
* specify which IP addresses should be used to bind Hazelcast protocols
* enable advanced networking and specify different port numbers for
member-to-member protocol and client-to-member protocol
What you should be able to define in the cloud configuration:
* Hazelcast members can access each other's port for member-to-member
communication
* Hazelcast's port for client protocol is accessible from hosts
running your microservices
* Hazelcast's ports are not open to any other connection
Regards,
-- Josef
> --
> You received this message because you are subscribed to the Google Groups "Hazelcast" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
hazelcast+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/hazelcast/568472e8-af4d-409a-8ebb-60bf15aa29b7n%40googlegroups.com.
--
This message contains confidential information and is intended only for the
individuals named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message, which arise as a result of e-mail
transmission. If verification is required, please request a hard-copy
version. -Hazelcast