You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Adam B (JIRA)" <ji...@apache.org> on 2014/01/15 20:09:44 UTC

[jira] [Created] (MESOS-910) Add encryption support for master/slave/framework channels

Adam B created MESOS-910:
----------------------------

             Summary: Add encryption support for master/slave/framework channels
                 Key: MESOS-910
                 URL: https://issues.apache.org/jira/browse/MESOS-910
             Project: Mesos
          Issue Type: Story
          Components: general
            Reporter: Adam B


Currently all the messages that flow through the Mesos cluster are unencrypted making it possible for intruders to intercept and potentially control your task. We plan to add encryption support by adding SSL/TLS support to libprocess, the low-level communication library that Mesos uses for all network communication between Mesos components.
As a first step, we should replace the hand-coded http code in libprocess with a standard library, like libhttp, ensuring that any mesos-custom code like routing remains. Then, transition to https should be easier.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)