Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-5713

Improve kafka-acls options to understand strings with wildcards

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.11.0.0
    • None
    • consumer
    • None

    Description

      Request
      Implement additional functionality for various kafka-acls options to be able to take string/wildcard combinations, e.g.:

      bin/kafka-acls --authorizer-properties zookeeper.connect=localhost:2181 --add --allow-principal "User:CN=Unknown,OU=Unknown,O=Unknown,L=Unknown,ST=Unknown,C=Unknown" --consumer --topic test --group console-consumer-*
      bin/kafka-acls --add --allow-principal user:bob --allow-principal user:alice --allow-host host1 --allow-host host2 --operation Read --operation Write --topic customer.group.*
      

      Background
      Current functionality only understands either an exact name or a star.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              alla@confluent.io Alla Tumarkin
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: