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 8AAD0101CD for ; Wed, 14 Aug 2013 07:24:56 +0000 (UTC) Received: (qmail 42692 invoked by uid 500); 14 Aug 2013 07:24:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 42575 invoked by uid 500); 14 Aug 2013 07:24:53 -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 42536 invoked by uid 99); 14 Aug 2013 07:24:52 -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 07:24:52 +0000 Date: Wed, 14 Aug 2013 07:24:52 +0000 (UTC) From: "Andrew Purtell (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=13739355#comment-13739355 ] Andrew Purtell commented on HBASE-9182: --------------------------------------- I think the test needs updating, the return type of the list table names API is an array not a list. My JRuby is weak. > 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, 0.94.12 > > 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