Attila Sasvari created KAFKA-7752:
-------------------------------------
Summary: zookeeper-security-migration.sh does not remove ACL on
kafka-acl-extended
Key: KAFKA-7752
URL: https://issues.apache.org/jira/browse/KAFKA-7752
Project: Kafka
Issue Type: Bug
Components: tools
Affects Versions: 2.0.0
Reporter: Attila Sasvari
Executed {{zookeeper-security-migration.sh --zookeeper.connect $(hostname
-f):2181/kafka --zookeeper.acl secure}} to secure Kafka znodes and then
{{zookeeper-security-migration.sh --zookeeper.connect $(hostname -f):2181/kafka
--zookeeper.acl unsecure}} to unsecure those.
I noticed that the tool did not remove ACLs on certain nodes:
{code}
] getAcl /kafka/kafka-acl-extended
'world,'anyone
: r
'sasl,'kafka
: cdrwa
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)