[
https://issues.apache.org/jira/browse/KAFKA-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862612#comment-15862612
]
ASF GitHub Bot commented on KAFKA-4759:
---------------------------------------
GitHub user takebayashi opened a pull request:
https://github.com/apache/kafka/pull/2541
KAFKA-4759: Add support for subnet masks in SimpleACLAuthorizer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/takebayashi/kafka simpleacl-subnet
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2541.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2541
----
commit 001297a68d0052bcbf9dbd46717954de32711c8b
Author: Shun Takebayashi <[email protected]>
Date: 2017-02-11T02:19:39Z
Add commons-net as a dependency
commit 3edf8f99208ac80dd66d3a06994fc0e96611ad37
Author: Shun Takebayashi <[email protected]>
Date: 2017-02-12T00:24:32Z
Support subnect matching in SimpleAclAuthorizer
commit 8d67144bdb8fd08e5ed8300048a60dccacaad792
Author: Shun Takebayashi <[email protected]>
Date: 2017-02-12T00:44:41Z
Add tests for subnet matcher
----
> Add support for subnet masks in SimpleACLAuthorizer
> ---------------------------------------------------
>
> Key: KAFKA-4759
> URL: https://issues.apache.org/jira/browse/KAFKA-4759
> Project: Kafka
> Issue Type: Improvement
> Components: security
> Reporter: Shun Takebayashi
>
> SimpleACLAuthorizer currently accepts only single IP addresses.
> Supporting subnet masks with SimpleACLAuthorizer can make ACL configurations
> simpler.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)