Alvaro Peris created KAFKA-8536: ----------------------------------- Summary: Error creating ACL Alter Topic in 2.2 Key: KAFKA-8536 URL: https://issues.apache.org/jira/browse/KAFKA-8536 Project: Kafka Issue Type: Bug Components: security Affects Versions: 2.2.1 Reporter: Alvaro Peris Fix For: 2.2.2
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 -- This message was sent by Atlassian JIRA (v7.6.3#76005)