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 C5688179BF for ; Thu, 26 Mar 2015 01:20:56 +0000 (UTC) Received: (qmail 93900 invoked by uid 500); 26 Mar 2015 01:20:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93851 invoked by uid 500); 26 Mar 2015 01:20: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 93839 invoked by uid 99); 26 Mar 2015 01:20:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2015 01:20:53 +0000 Date: Thu, 26 Mar 2015 01:20:53 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13275) Setting hbase.security.authorization to false does not disable authorization 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-13275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381176#comment-14381176 ] Andrew Purtell commented on HBASE-13275: ---------------------------------------- If you want to work up a patch for that, I'll review it, but adding a boolean and checking it produces low impact changes both in terms of code and perf I think, so I'll stick with that. > Setting hbase.security.authorization to false does not disable authorization > ---------------------------------------------------------------------------- > > Key: HBASE-13275 > URL: https://issues.apache.org/jira/browse/HBASE-13275 > Project: HBase > Issue Type: Bug > Reporter: William Watson > Assignee: Andrew Purtell > Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.13 > > Attachments: HBASE-13275.patch, HBASE-13275.patch > > > According to the docs provided by Cloudera (we're not running Cloudera, BTW), this is the list of configs to enable authorization in HBase: > {code} > > hbase.security.authorization > true > > > hbase.coprocessor.master.classes > org.apache.hadoop.hbase.security.access.AccessController > > > hbase.coprocessor.region.classes > org.apache.hadoop.hbase.security.token.TokenProvider,org.apache.hadoop.hbase.security.access.AccessController > > {code} > We wanted to then disable authorization but simply setting hbase.security.authorization to false did not disable the authorization -- This message was sent by Atlassian JIRA (v6.3.4#6332)