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 2B88F98F1 for ; Mon, 30 Apr 2012 21:04:10 +0000 (UTC) Received: (qmail 42147 invoked by uid 500); 30 Apr 2012 21:04:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 42086 invoked by uid 500); 30 Apr 2012 21:04:10 -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 42077 invoked by uid 99); 30 Apr 2012 21:04:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 21:04:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 21:04:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C2BD3409887 for ; Mon, 30 Apr 2012 21:03:48 +0000 (UTC) Date: Mon, 30 Apr 2012 21:03:48 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: <1364848956.10872.1335819828799.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <106361805.26729.1328918820089.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5385) Delete table/column should delete stored permissions on -acl- table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265212#comment-13265212 ] Enis Soztutar commented on HBASE-5385: -------------------------------------- Looks good. Can we add: 1. Audit logging AccessController.AUDITLOG 2. On preCreateTable and preAddColumn, ensure that the acl table is empty for the table / column. We might still have residual acl entries if smt goes wrong. If so, we should refuse creating a table by throwing a kind of access control exception. Andrew, any comments? > Delete table/column should delete stored permissions on -acl- table > --------------------------------------------------------------------- > > Key: HBASE-5385 > URL: https://issues.apache.org/jira/browse/HBASE-5385 > Project: HBase > Issue Type: Sub-task > Components: security > Affects Versions: 0.94.0 > Reporter: Enis Soztutar > Assignee: Matteo Bertozzi > Attachments: HBASE-5385-v0.patch, HBASE-5385-v1.patch > > > Deleting the table or a column does not cascade to the stored permissions at the -acl- table. We should also remove those permissions, otherwise, it can be a security leak, where freshly created tables contain permissions from previous same-named tables. We might also want to ensure, upon table creation, that no entries are already stored at the -acl- table. -- 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