Replies: 1 comment 4 replies
-
No. The operator will always delete all ACL rights that do not match any KafkaUser resources. The exceptions are the rights for the users |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have a question about the standalone user operator. In a setup where I’m using standalone Strimzi Topic and User Operators connected to an AWS MSK cluster via SASL/SCRAM, is there a way to configure the User Operator so that it retains existing ACLs on the cluster (not created via Strimzi) while still managing users defined in KafkaUser CRs? Currently, it seems to reconcile KafkaUser resources and deletes ACLs not explicitly defined—how can I prevent this?”
I tested a sample KafkaUser cr to apply access to a topic, it was added but proceeds to delete all other acls that existed on the cluster before.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions