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 04E7710BB8 for ; Wed, 14 Aug 2013 03:14:51 +0000 (UTC) Received: (qmail 37287 invoked by uid 500); 14 Aug 2013 03:14:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37103 invoked by uid 500); 14 Aug 2013 03:14:49 -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 36998 invoked by uid 99); 14 Aug 2013 03:14:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 03:14:48 +0000 Date: Wed, 14 Aug 2013 03:14:48 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9182) Allow non-admin users to list all table names 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-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739173#comment-13739173 ] Hudson commented on HBASE-9182: ------------------------------- FAILURE: Integrated in hbase-0.95 #443 (See [https://builds.apache.org/job/hbase-0.95/443/]) HBASE-9182. Allow non-admin users to list all table names (apurtell: rev 1513704) * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnection.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionWrapper.java * /hbase/branches/0.95/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java * /hbase/branches/0.95/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterAdminProtos.java * /hbase/branches/0.95/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/MasterMonitorProtos.java * /hbase/branches/0.95/hbase-protocol/src/main/protobuf/MasterAdmin.proto * /hbase/branches/0.95/hbase-protocol/src/main/protobuf/MasterMonitor.proto * /hbase/branches/0.95/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableNamespaceManager.java * /hbase/branches/0.95/hbase-server/src/main/ruby/hbase/admin.rb * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/TestNamespace.java * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java > Allow non-admin users to list all table names > --------------------------------------------- > > Key: HBASE-9182 > URL: https://issues.apache.org/jira/browse/HBASE-9182 > Project: HBase > Issue Type: Bug > Affects Versions: 0.95.2, 0.94.9 > Reporter: Francis Liu > Assignee: Andrew Purtell > Fix For: 0.98.0, 0.95.2 > > Attachments: 9182-0.94.patch, 9182-0.94.patch, 9182.patch, 9182.patch, 9182.patch, 9182.patch > > > HBASE-8692, prevents users retrieving table descriptors they don't have admin access to. As a side-effect it also prevents non-admin users from being able to list tables in the CLI. One proposal to fix this is to provide an API in HMaster which returns a list of table names only. -- 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