You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Devaraj Das (Updated) (JIRA)" <ji...@apache.org> on 2012/04/17 03:30:16 UTC

[jira] [Updated] (HBASE-5732) Remove the SecureRPCEngine and merge the security-related logic in the core engine

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

Devaraj Das updated HBASE-5732:
-------------------------------

    Attachment: rpcengine-merge.patch

Attached the first version of the patch. Needs works still. In summary, the following is done:
1. Removes User.java shim (and changes references to User, to UserGroupInformation).  
2. Factors in the secure client/server code into HBaseServer.java and HBaseClient.java.
3. Removed checks like (isSecurityEnabled && isHbaseSecurityEnabled) to instead only check isSecurityEnabled.
4. Moved HBaseSasl* classes to src/main/java/org/apache/hadoop/hbase/security/
5. Removed SecureClient/Server/RpcEngine classes.

Would appreciate any feedback at this point.
                
> Remove the SecureRPCEngine and merge the security-related logic in the core engine
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-5732
>                 URL: https://issues.apache.org/jira/browse/HBASE-5732
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Devaraj Das
>         Attachments: rpcengine-merge.patch
>
>
> Remove the SecureRPCEngine and merge the security-related logic in the core engine. Follow up to HBASE-5727.

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