[
https://issues.apache.org/jira/browse/KAFKA-8536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-8536.
------------------------------
Resolution: Fixed
Assignee: Manikumar
Fix Version/s: 2.1.2
2.0.2
Sorry, I forgot to backport the fix. backported the PR
[https://github.com/apache/kafka/pull/6263] to 2.0, 2.1, 2.2 branches.
> 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
> Assignee: Manikumar
> Priority: Critical
> Fix For: 2.0.2, 2.1.2, 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)