-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Creation of Group Read ACL for * literal pattern does not work #660
Comments
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" |
Getting the same error on this. |
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
The text was updated successfully, but these errors were encountered: