0

Is there cloudify's management and agent communication encryption? if not, How can I implement encryption?

thank you very much! Steve

yzet
  • 11
  • 3

1 Answers1

0

The internal communications between Cloudify agents and managers is not encrypted.

In a production setting, you would have all of the Cloudify internal traffic use a dedicated management network, and application processes should use a dedicated application network.

Barak
  • 3,066
  • 2
  • 20
  • 33
  • What mechanisms can guarantee the security of transmission? just depend on internal network? – yzet Oct 30 '14 at 09:10
  • Correct. Internal communications between agent and manager are not encrypted. The front-end REST API and web console support HTTPS setup. – Barak Oct 30 '14 at 09:38