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 B3722512 for ; Mon, 20 Aug 2012 21:31:40 +0000 (UTC) Received: (qmail 70984 invoked by uid 500); 20 Aug 2012 21:31:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 70910 invoked by uid 500); 20 Aug 2012 21:31:39 -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 70672 invoked by uid 99); 20 Aug 2012 21:31:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2012 21:31:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 381D02C5BFE for ; Mon, 20 Aug 2012 21:31:38 +0000 (UTC) Date: Tue, 21 Aug 2012 08:31:38 +1100 (NCT) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: <1386967387.32146.1345498298230.JavaMail.jiratomcat@arcas> In-Reply-To: <802907294.3200.1329893448662.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5449) Support for wire-compatible security functionality 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-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438235#comment-13438235 ] Matteo Bertozzi commented on HBASE-5449: ---------------------------------------- The current implementation throws an exception if the enum doesn't match... but I think that we can skip the exception and the permission. e.g. 0.96 has READ, WRITE, CREATE, ADMIN 0.98 has READ, WRITE, CREATE, ADMIN, SUPER_POWER The 0.96 can just skip the SUPER_POWER permission since doesn't make sense in 0.96. > Support for wire-compatible security functionality > -------------------------------------------------- > > Key: HBASE-5449 > URL: https://issues.apache.org/jira/browse/HBASE-5449 > Project: HBase > Issue Type: Sub-task > Components: ipc, master, migration, regionserver > Reporter: Todd Lipcon > Assignee: Matteo Bertozzi > Attachments: AccessControl_protos.patch, HBASE-5449-v0.patch, HBASE-5449-v1.patch > > -- 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