[ 
https://issues.apache.org/jira/browse/HADOOP-13836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833959#comment-15833959
 ] 

kartheek muthyala edited comment on HADOOP-13836 at 1/23/17 6:24 AM:
---------------------------------------------------------------------

Version consists of fix for some of the failed unit tests. I have to still get 
around with a way of adding the Certificate files Server.jks, Client.jks and 
TrustedCerts.jks to the patch which are required by some of the unit tests. All 
the whitespaces failed checks are also due to this issue. But, for some reason 
git apply patch is not adding it to the jenkins workspace properly. May be 
because I created this patch on windows environment. Can anyone help me in 
creating a patch with binary files on Windows environment?. 


was (Author: kartheek):
Version consists of fix for some of the failed unit tests. I have to still get 
around with passing a way of adding the Certificate files Server.jks, 
Client.jks and TrustedCerts.jks which are required by some of the unit tests. 
All the whitespaces checks are also due to this issue. But, for some reason git 
apply patch is not adding it to the jenkins workspace properly. May be because 
I created this patch on windows environment. Can anyone help me in creating a 
patch with binary files on Windows environment?. 

> Securing Hadoop RPC using SSL
> -----------------------------
>
>                 Key: HADOOP-13836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13836
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: ipc
>            Reporter: kartheek muthyala
>            Assignee: kartheek muthyala
>         Attachments: HADOOP-13836.patch, HADOOP-13836-v2.patch, 
> HADOOP-13836-v3.patch, Secure IPC OSS Proposal-1.pdf, SecureIPC Performance 
> Analysis-OSS.pdf
>
>
> Today, RPC connections in Hadoop are encrypted using Simple Authentication & 
> Security Layer (SASL), with the Kerberos ticket based authentication or 
> Digest-md5 checksum based authentication protocols. This proposal is about 
> enhancing this cipher suite with SSL/TLS based encryption and authentication. 
> SSL/TLS is a proposed Internet Engineering Task Force (IETF) standard, that 
> provides data security and integrity across two different end points in a 
> network. This protocol has made its way to a number of applications such as 
> web browsing, email, internet faxing, messaging, VOIP etc. And supporting 
> this cipher suite at the core of Hadoop would give a good synergy with the 
> applications on top and also bolster industry adoption of Hadoop.
> The Server and Client code in Hadoop IPC should support the following modes 
> of communication
> 1.    Plain 
> 2.     SASL encryption with an underlying authentication
> 3.     SSL based encryption and authentication (x509 certificate)



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

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

Reply via email to