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

Error creating ACL Alter Topic in 2.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.2.1
    • 2.0.2, 2.1.2, 2.2.2
    • security
    • None
    • Patch

    Description

      When we try to execute the statement to create an Alter Topic ACL in version 2.2 of
      Kafka through the kafka-acls.

      """

      kafka-acls --authorizer-properties zookeeper.connect=fastdata-zk-discovery:2181 \
      --add \
      --allow-principal User:MyUser \
      --operation Alter \
      --topic topic \

      """

      We get the following error:

      ResourceType TOPIC only supports operations

       

      """

      Read,All,AlterConfigs,DescribeConfigs,Delete,Write,Create,Describe

      """

      It should be possible to create an Alter Topic ACL, according to the documentation.

      Thanks

      Attachments

        Activity

          People

            omkreddy Manikumar
            alpeza Alvaro Peris
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: