Re: Authorizer questions

2016-03-03 Thread Ashish Singh
Great idea. Copying my comment from the JIRA. Do you think adding ducktape tests will work? It will probably require ducktape to allow adding resources, like JARs, config files, etc. Geoff Anderson is it possible to do that? ​

Re: Authorizer questions

2016-03-03 Thread Ashish Singh
Grant, thanks for finding this. Below are my thoughts. On Thu, Mar 3, 2016 at 9:33 AM, Grant Henke wrote: > I am working on the List/Alter ACLs patch ( > https://github.com/apache/kafka/pull/1005) for KIP-4 and have a few > questions around expectations for an Authorizer implementation: > >-

Re: Authorizer questions

2016-03-03 Thread Grant Henke
Related to these questions, I create a jira to track testing/validating these expectations for both the internal SimpleAuthorizer and any third party implemented authorizer: KAFKA-3329 : Validation script to test expected behavior of Authorizer imp

Authorizer questions

2016-03-03 Thread Grant Henke
I am working on the List/Alter ACLs patch ( https://github.com/apache/kafka/pull/1005) for KIP-4 and have a few questions around expectations for an Authorizer implementation: - What is the expected behavior when I add the same ACL twice? - What is the expected behavior when I remove an ACL