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

AclCommand does not allow 'create' operation on 'topic'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.0.0
    • None
    • core, security
    • None

    Description

      KAFKA-6726 saw KIP-277 implemented, which extended the set of operations allowed on the 'topic' resource type to include 'create'.

      The AclCommands CLI class currently rejects this new operation. e.g. running:

      bin/kafka-acls --authorizer-properties zookeeper.connect=localhost:2181 --add --allow-principal User:KSQL --operation create --topic t1

      Fails with error:

      ResourceType Topic only supports operations Read,All,AlterConfigs,DescribeConfigs,Delete,Write,Describe

      Attachments

        Activity

          People

            BigAndy Andy Coates
            BigAndy Andy Coates
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: