Is it possible to declare multiple hosts for one ACL #12685
Replies: 2 comments 2 replies
|
AFAIK, Kafka support single host per ACL binding. You can't do authorization:
type: simple
acls:
- host: 'IP1'
...
- host: 'IP2
... |
2 replies
|
Hello Jakub, see-quick. Thank you for your answers. |
0 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.
Hello.
I'm currently using strimzi 0.51.0 and I would like to use the host field for simple ACL.
Here is an example:
I would like to add an IP2, is it possible ?
In the documentation, it is written that the host field is a string, maybe I have to use the ',' as delimiter ? Or maybe I need to create one ACL per host ?
https://strimzi.io/docs/operators/0.51.0/full/configuring#type-AclRule-schema-reference
Thank you in advance for your help !
Best regards.
All reactions