wild card on ACL user for group #6987
Unanswered
sreejesh-radhakrishnan-db
asked this question in
Q&A
Replies: 1 comment 3 replies
-
AFAIK Kafka's authorizer does not support any wildcards like this. You can use only |
Beta Was this translation helpful? Give feedback.
3 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.
-
we have a use case we create customer group dynamically
like
projector-group-1
projector-group-2
projector-group-3
each time we have a new projection started. This is something very peculiar with our app.
But Q to Strimxzi is can I wild card the group in user ACL? like this
I tried but still application is not starting up, and KAFKA i can see AUTH error
User:CN=gpdstechuser is Denied Operation = Describe from host =XXXXXX on resource = Group:LITERAL:projector-group-1 for request = XX with resourceRefCount = 1
what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions