-
Hi, I don't know if this is a feature or bug, I expected all ACLs for a subset of topics from source cluster defined by topicsPattern to be restored at the target cluster, but I see that (at least) Write permission ACLs are missing, I didn't check Describe yet. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
The motivation behind https://strimzi.io/docs/operators/latest/using.html#con-mirrormaker-acls-str is that the User Operator is used to manage the ACLs. And when it does, it will always treat the
The |
Beta Was this translation helpful? Give feedback.
The motivation behind https://strimzi.io/docs/operators/latest/using.html#con-mirrormaker-acls-str is that the User Operator is used to manage the ACLs. And when it does, it will always treat the
KafkaUser
resources as the single source of truth. So if Mirror Maker 2 mirrors any ACLs, the User Operator would anyway overwrite them / delete them to make sure the ACLs are set according to theKafkaUser
resources. So to make any sense of the ACL mirroring, you would need to disable the User Operator. Then it will not be…