Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8C2BD777 for ; Fri, 31 Aug 2012 17:31:07 +0000 (UTC) Received: (qmail 92015 invoked by uid 500); 31 Aug 2012 17:31:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91981 invoked by uid 500); 31 Aug 2012 17:31:07 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 91971 invoked by uid 99); 31 Aug 2012 17:31:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 17:31:07 +0000 Date: Sat, 1 Sep 2012 04:31:07 +1100 (NCT) From: "Himanshu Vashishtha (JIRA)" To: issues@hbase.apache.org Message-ID: <1040348734.23422.1346434267737.JavaMail.jiratomcat@arcas> In-Reply-To: <1303819287.20875.1346391308525.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6699) Setting username in Connection in non-secure HBase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446151#comment-13446151 ] Himanshu Vashishtha commented on HBASE-6699: -------------------------------------------- Good point. Though, I wonder when a non-secure client will try to connect HBase with this setting. There will be a version mismatch (3 vs 4), and it looks like SecureServer.SecureConnection.rpcHeaderRead will remain false? > Setting username in Connection in non-secure HBase > -------------------------------------------------- > > Key: HBASE-6699 > URL: https://issues.apache.org/jira/browse/HBASE-6699 > Project: HBase > Issue Type: Improvement > Components: ipc > Affects Versions: 0.92.0, 0.92.1, 0.94.0, 0.94.1 > Reporter: Himanshu Vashishtha > Assignee: Himanshu Vashishtha > Fix For: 0.92.3, 0.94.3 > > Attachments: HBase-6699-v1.patch > > > We recently had a requirement where we need to log the information about various users who were using non-secure HBase cluster. > The user level logging is supported as part of security, but in 0.92, 0.94 security related code is separate. This jira is about adding that support in non-secure code. > This feature is already there in trunk, after we merge the security related code. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira