[
https://issues.apache.org/jira/browse/HADOOP-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14271172#comment-14271172
]
Hudson commented on HADOOP-10651:
---------------------------------
SUCCESS: Integrated in Hadoop-Mapreduce-trunk #2019 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2019/])
HADOOP-10651. Add ability to restrict service access using IP addresses and
hostnames. (Benoy Antony) (benoy: rev 20625c8f048701c9516da159b24c0b33983e4bb7)
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/ServiceAuthorizationManager.java
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/authorize/TestServiceAuthorization.java
* hadoop-common-project/hadoop-common/src/site/apt/ServiceLevelAuth.apt.vm
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/MachineList.java
> Add ability to restrict service access using IP addresses and hostnames
> -----------------------------------------------------------------------
>
> Key: HADOOP-10651
> URL: https://issues.apache.org/jira/browse/HADOOP-10651
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: security
> Affects Versions: 2.5.0
> Reporter: Benoy Antony
> Assignee: Benoy Antony
> Fix For: 2.7.0
>
> Attachments: HADOOP-10651.patch, HADOOP-10651.patch,
> HADOOP-10651.patch
>
>
> In some use cases, it make sense to authorize the usage of some services only
> from specific hosts. Just like ACLS for Service Authorization , there can be
> a list of hosts for each service and this list can be checked during
> authorization.
> Similar to ACLS, there can be a whitelist of ip and blacklist of ips. The
> default whitelist will be * and default blacklist will be empty. It should be
> possible to override the default whitelist and default blacklist. It should
> be possible to define whitelist and blacklist per service.
> It should be possible to define ip ranges in blacklists and whitelists
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)