GitHub user nnordrum opened a pull request:

    https://github.com/apache/kafka/pull/3518

    WIP: SimpleRegexAclAuthorizer

    I extended the SimpleAclAuthorizer to support regex. In order to keep 
backwards compatibility, I added a prefix to the Resource name (default is 
"r:") to allow otherwise-valid regex patterns to be used as Resource names 
without applying regex matching logic.
    
    Given the criticality of this, any feedback would be _greatly_ appreciated.
    
    I had to move a bunch of stuff from private -> protected in order to 
maximize code reuse.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nnordrum/kafka SimpleRegexAclAuthorizer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3518.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 #3518
    
----
commit 9b9f5cc4cdc07e4a6dca80ae716b3eaf6a330aa2
Author: Noah Nordrum <noah.nord...@optum.com>
Date:   2017-07-11T04:22:36Z

    SimpleRegexAclAuthorizer

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to