Open fanfuvac opened 1 week ago
Please share the full logs
56:09,851 ERROR [reactor-http-epoll-9] o.s.b.a.w.r.e.AbstractErrorWebExceptionHandler: [26a64f03-2782] 500 Server Error for HTTP POST "/api/clusters/XXXXXX/acl"
java.lang.IllegalArgumentException: patternType must not be MATCH
at org.apache.kafka.common.resource.ResourcePattern.
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
I am trying to create ACL as per below: However it fails with error: 500 Internal Server Error patternType must not be MATCH
I am trying to achieve something like this: https://stackoverflow.com/questions/73087776/how-to-authorize-every-group-on-a-topic-in-the-acl Create a group read permission for given user to be able to have any consumer-group permission (which is ok by me since the user is restricted by ACL on Topic level)
I was able to create the rule by API as well as by cmd, so it should work in the GUI as well, sample of such rule:
Expected behavior
ACL creation should work
Your installation details
10d4a11 11/12/2024, 14:20:31
Steps to reproduce
Try to create ACL as per desription.
Screenshots
No response
Logs
No response
Additional context
No response