You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Pradeep Bansal (Jira)" <ji...@apache.org> on 2019/10/14 07:15:00 UTC

[jira] [Created] (KAFKA-9036) Allow kafka auth acls with match pattern

Pradeep Bansal created KAFKA-9036:
-------------------------------------

             Summary: Allow kafka auth acls with match pattern
                 Key: KAFKA-9036
                 URL: https://issues.apache.org/jira/browse/KAFKA-9036
             Project: Kafka
          Issue Type: Improvement
          Components: admin, security
    Affects Versions: 2.2.1
            Reporter: Pradeep Bansal


I am using bin/kafka-acls.sh script to provide consumer/producer permissions on a topic. 

 

Currently this allows only literal match or a prefixed match while adding acls. It doesn't allow any regex and gives this error message when resource-pattern-type specified is match:

A '--resource-pattern-type' value of 'MATCH' is not valid when adding acls.

 

Can this support be added to Kafka alcs?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)