[ 
https://issues.apache.org/jira/browse/SPARK-19139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shixiong Zhu resolved SPARK-19139.
----------------------------------
       Resolution: Fixed
         Assignee: Marcelo Vanzin
    Fix Version/s: 2.2.0

> AES-based authentication mechanism for Spark
> --------------------------------------------
>
>                 Key: SPARK-19139
>                 URL: https://issues.apache.org/jira/browse/SPARK-19139
>             Project: Spark
>          Issue Type: New Feature
>          Components: Spark Core
>    Affects Versions: 2.2.0
>            Reporter: Marcelo Vanzin
>            Assignee: Marcelo Vanzin
>             Fix For: 2.2.0
>
>
> In SPARK-13331, support for AES encryption was added to the Spark network 
> library. But the authentication of different Spark processes is still 
> performed using SASL's DIGEST-MD5 mechanism. That means the authentication 
> part is the weakest link; since the AES keys are currently encrypted using 
> 3des (strongest cipher supported by SASL), Spark can't really claim to 
> provide the full benefits of using AES for encryption.
> We should add a new auth protocol that doesn't need these disclaimers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to