[
https://issues.apache.org/jira/browse/HBASE-10439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143433#comment-14143433
]
Aditya Kishore commented on HBASE-10439:
----------------------------------------
I did add the "{{hadoop.security.authorization}}" property. That's how
everything else worked except where {{ProxyUsers}} class failed to load the
group and host configuration from hbase-site.xml.
As you can see, if {{ProxyUsers.refreshSuperUserGroupsConfiguration(conf);}} is
not invoked with a specific configuration, ProxyUsers.authorize(), internally
calls {{ProxyUsers.refreshSuperUserGroupsConfiguration()}} which instantiate a
{{new Configuration();}} which would not load HBase configuration resources.
> Document how to configure REST server impersonation
> ---------------------------------------------------
>
> Key: HBASE-10439
> URL: https://issues.apache.org/jira/browse/HBASE-10439
> Project: HBase
> Issue Type: Task
> Components: documentation
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
> Fix For: 0.99.0
>
> Attachments: hbase-10439.patch
>
>
> In 0.96, REST server supports impersonation. Let's document how to configure
> it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)