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:56:38 UTC

[jira] [Updated] (MAPREDUCE-4553) Key Protection : Implement KeyProvider to read key from a WebService Based KeyStore

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

Benoy Antony updated MAPREDUCE-4553:
------------------------------------

    Attachment: MR_4553_trunk.patch
                MR_4553_1_1.patch
    
> Key Protection :  Implement KeyProvider to read key from a WebService Based KeyStore
> ------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4553
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4553
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: job submission, security
>            Reporter: Benoy Antony
>            Assignee: Benoy Antony
>         Attachments: MR_4553_1_1.patch, MR_4553_trunk.patch
>
>
> Normally keys have to be stored in a central location suing custom key management system.  organizations can implement KeyProvider to integrate their custom key management system to Hadoop. This interface is specified in MAPREDUCE-4550
> Optionally , developers can use Safe to integrate custom key management system with Hadoop. 
> Safe is an open source web service based keystore to securely store secret keys and passwords. 
> Safe authenticates the user using SPNego, checks whether the user is authorized to read the secret and returns the secret. 
> It is easy to plug in different mechanisms for authentication,authorization and Key storage. 
> Safe is kept as a separate open source project at (http://benoyantony.github.com/safe/)
> The hadoop proxy to safe is added as a contrib project -  hadoop-safe. 

--
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