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

2017-05-19 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Attachment: 17860.v43.txt > Implement secure native client connection >

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

2017-04-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Labels: native (was: ) > Implement secure native client connection >

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

2017-04-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Attachment: 17860.v21.txt > Implement secure native client connection >

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

2017-04-05 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Description: So far, the native client communicates with insecure cluster. This JIRA is to add secure

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

2017-04-04 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Attachment: 17860.v4.txt > Implement secure native client connection >

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

2017-03-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Attachment: 17860.v3.txt Patch v3 removes hardcoding of KERBEROS_AUTH_TYPE by passing Conf to RpcSerde. >

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

2017-03-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Attachment: 17860.v2.txt Patch v2 retrieves the principal by calling krb5 API. If user hasn't done kinit

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

2017-03-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-17860: --- Description: So far, the native client communicates with insecure cluster. This JIRA is to add secure