You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Benoy Antony (JIRA)" <ji...@apache.org> on 2012/08/13 18:40:38 UTC

[jira] [Updated] (MAPREDUCE-4550) Key Protection : Define Encryption and Key Protection interfaces and default implementations

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

Benoy Antony updated MAPREDUCE-4550:
------------------------------------

    Attachment: MR_4550_1_1.patch
                MR_4550_trunk.patch
    
> Key Protection : Define Encryption and Key Protection interfaces and default implementations
> --------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4550
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4550
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Benoy Antony
>            Assignee: Benoy Antony
>         Attachments: MR_4550_1_1.patch, MR_4550_trunk.patch
>
>
> A secret key is read from a Key Store and then encrypted during transport between JobClient and Task. The tasktrackers/nodemanagers decrypt the secrets and provide the secrets to child tasks which part of the job.
> This jira defines the interfaces to accomplish the above :
> 1) KeyProvider - to read keys from a KeyStore
> 2) Encrypter and Decrypter - to and encrypt and decrypt secrets/data.
> The default/dummy implementations will also be added. This includes a KeyProvider implementation to read keys from a Java KeyStore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira