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

Andrew Purtell commented on HBASE-5732:
---------------------------------------

The only thing in security/ after the RPC engine merge should be the 
AccessController and TokenProvider coprocessors. TokenProvider will be needed 
for authenticating MR jobs when secure HBase RPC is enabled. AccessController 
is optional and provides per CF ACLs. 

Unfortunately one must .wrap(), the SASL layer requires it. In the event the 
user negotiates auth-conf and probably also auth-int then failure to wrap the 
payload will send junk.

                
> 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
>            Assignee: Devaraj Das
>         Attachments: rpcengine-merge.3.patch, 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

        

Reply via email to