[
https://issues.apache.org/jira/browse/AMBARI-10986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531884#comment-14531884
]
Alejandro Fernandez commented on AMBARI-10986:
----------------------------------------------
+1 LGTM
> HBase security authorization/authentication should set appropriate classes
> --------------------------------------------------------------------------
>
> Key: AMBARI-10986
> URL: https://issues.apache.org/jira/browse/AMBARI-10986
> Project: Ambari
> Issue Type: Task
> Components: contrib
> Affects Versions: 2.1.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 2.1.0
>
> Attachments: AMBARI-10986.patch
>
>
> {{hbase.security.authentication}}
> * Value should be ""Simple"" or ""Kerberos"
> * If Kerberos: hbase.coprocessor.region.classes gets the additional value of
> org.apache.hadoop.hbase.security.token.TokenProvider. Otherwise this value is
> not present
> {{hbase.security.authorization}}
> * Values should be "Off" or "Native"
> * When Native:
> hbase.security.authorization = true
> hbase.coprocessor.master.classes =
> org.apache.hadoop.hbase.security.access.AccessController
> hbase.coprocessor.region.classes =
> org.apache.hadoop.hbase.security.access.AccessController
> hbase.coprocessor.regionserver.classes =
> org.apache.hadoop.hbase.security.access.AccessController
> When Off:
> hbase.security.authorization = false
> AccessController classes not present in coprocessor settings
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)