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 DDBF79904 for ; Sat, 23 Jun 2012 18:23:49 +0000 (UTC) Received: (qmail 65165 invoked by uid 500); 23 Jun 2012 18:23:49 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65128 invoked by uid 500); 23 Jun 2012 18:23: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 65118 invoked by uid 99); 23 Jun 2012 18:23:49 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2012 18:23:49 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8E0931416E9 for ; Sat, 23 Jun 2012 18:23:49 +0000 (UTC) Date: Sat, 23 Jun 2012 18:23:49 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1757164983.47983.1340475829585.JavaMail.jiratomcat@issues-vm> In-Reply-To: <8445618.47562.1339073663246.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6188) Remove the concept of table owner 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-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400021#comment-13400021 ] Hudson commented on HBASE-6188: ------------------------------- Integrated in HBase-0.94-security #37 (See [https://builds.apache.org/job/HBase-0.94-security/37/]) HBASE-6188. Remove the concept of table owner (Revision 1351557) Result = SUCCESS apurtell : Files : * /hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java * /hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java * /hbase/branches/0.94/security/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java > Remove the concept of table owner > --------------------------------- > > Key: HBASE-6188 > URL: https://issues.apache.org/jira/browse/HBASE-6188 > Project: HBase > Issue Type: Sub-task > Components: security > Affects Versions: 0.94.0, 0.96.0, 0.94.1 > Reporter: Andrew Purtell > Assignee: Laxman > Labels: security > Fix For: 0.96.0, 0.94.1 > > Attachments: HBASE-6188.1.patch, HBASE-6188.2.patch, HBASE-6188.3.patch, HBASE-6188.4.patch, HBASE-6188.patch, org.apache.hadoop.hbase.security.access.TestAccessController.txt > > > The table owner concept was a design simplification in the initial drop. > First, the design changes under review means only a user with GLOBAL CREATE permission can create a table, which will probably be an administrator. > Then, granting implicit permissions may lead to oversights and it adds unnecessary conditionals to our code. So instead the administrator with GLOBAL CREATE permission should make the appropriate grants at table create time. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira