You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/06/08 18:08:02 UTC

[GitHub] [kafka] cshannon opened a new pull request #10845: KAFKA-12916: Add new AUTO_CREATE ACL for auto topic creation

cshannon opened a new pull request #10845:
URL: https://github.com/apache/kafka/pull/10845


   This will authorizing a user to auto create a topic with cluster defaults but prevent manual creation with overriden settings. The change is backwards compatible as being granted CREATE also implies AUTO_CREATE.
   
   Ran through tests in the core module. Updated AclAuthorizerTest to test new Acl Inheritance. The full test suite still needs to be run and some more tests may need to be added.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] 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:
users@infra.apache.org