Benoy Antony created HADOOP-10679: ------------------------------------- Summary: Authorize webui access using ServiceAuthorizationManager Key: HADOOP-10679 URL: https://issues.apache.org/jira/browse/HADOOP-10679 Project: Hadoop Common Issue Type: Sub-task Components: security Reporter: Benoy Antony Assignee: Benoy Antony
Currently accessing Hadoop via RPC can be authorized using _ServiceAuthorizationManager_. But there is no uniform authorization of the HTTP access. Some of the servlets check for admin privilege. This creates an inconsistency of authorization between access via RPC vs HTTP. The fix is to enable authorization of the webui access using _ServiceAuthorizationManager_. -- This message was sent by Atlassian JIRA (v6.2#6252)