rgo opened a new pull request #9937:
URL: https://github.com/apache/kafka/pull/9937
Adds IPv4 and IPv6 subnet support to ACL authorizer.
Notation supported:
- CIDR blocks(192.168.1.0/24)
- Ranges (192.168.1.1-192.168.1.254)
For the test strategy, I defined ranges and set ACLs with IPs included in
that range and other that it is not included inside the range.
BTW suggestions are welcome (I don't know Scala and I haven't been coding in
a long time) :)
JIRA ticket: https://issues.apache.org/jira/browse/KAFKA-4759
### Committer Checklist (excluded from commit message)
- [x] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [x] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]