-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka_acl acl_operation to take a list #84
Comments
Hey @gergelysotidm 👋 can you provide an example of what a config like this looks like currently and what a proposed syntax would be, thanks! |
Seems somewhat related to #70 in solving the common producer / consumer acl configs |
Hi @Mongey
Today, one needs to duplicate this resource, one fore each acl_operation. |
Hello @gergelysotidm , you can use loop:
|
to mimick a producer, one needs describe, write and create actions on a topic. It would be nice if the
kafka_acl
resource could take a list of operations, because currently one needs to replicate the resource with the different operationsThe text was updated successfully, but these errors were encountered: