You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/03/31 20:05:41 UTC

[jira] [Commented] (HBASE-17860) Implement secure native client connection

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

Ted Yu commented on HBASE-17860:
--------------------------------

Currently cleaning up code and replacing hardcoded principal with one retrieved from kerberos ccache.

Secure mode is detected through the value for config "hbase.security.authentication" being "kerberos".

Service name is retrieved from the value for config "hbase.regionserver.kerberos.principal"

> Implement secure native client connection
> -----------------------------------------
>
>                 Key: HBASE-17860
>                 URL: https://issues.apache.org/jira/browse/HBASE-17860
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Critical
>
> So far, the native client communicates with insecure cluster.
> This JIRA is to add secure connection support for native client using Cyrus library.
> The work is based on earlier implementation and is redone via wangle and folly frameworks.
> Thanks to [~devaraj] who started the initiative.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)