Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We extend the same storage model to store ACLs under wildcard-suffixed resource names like orgName* in a different location 'kafka-wildcard-acl'. Changes will first be stored at 'kafka-wildcard-acl-changechanges'.

$ get /kafka-wildcard-acl/Topic/teamA*
{"version":1,"acls":[{"principal":"User:clientA","permissionType":"Allow","operation":"Read","host":"*"}]}

ACLs write path

...