-
-
Notifications
You must be signed in to change notification settings - Fork 92
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. |
Please see full logs below: Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts | | | |_ | / |_ _ _ /\ _ __ __ _ | | ___ | |/ /_ _ / | |____ 2024-12-11 15:08:03,249 INFO [main] i.k.u.KafkaUiApplication: Starting KafkaUiApplication using Java 17.0.11 with PID 1 (/api.jar started by kafkaui in /) 2024-12-11 15:08:20,219 DEBUG [main] i.k.u.s.SerdesInitializer: Configuring serdes for cluster REDACTED 2024-12-11 15:08:30,369 INFO [parallel-5] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,369 INFO [parallel-10] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,369 INFO [parallel-16] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,370 INFO [parallel-7] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,370 INFO [parallel-11] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,370 INFO [parallel-15] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,371 INFO [parallel-4] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,371 INFO [parallel-12] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,371 INFO [parallel-8] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,372 INFO [parallel-13] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,372 INFO [parallel-1] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,373 INFO [parallel-14] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,373 INFO [parallel-3] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,373 INFO [parallel-2] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:30,374 INFO [parallel-9] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:31,835 INFO [parallel-1] o.a.k.c.u.AppInfoParser: Kafka version: 3.5.2 2024-12-11 15:08:31,968 INFO [parallel-2] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:31,965 DEBUG [parallel-4] i.k.u.s.ClustersStatisticsScheduler: Start getting metrics for kafkaCluster: REDACTED 2024-12-11 15:08:31,972 INFO [parallel-4] o.a.k.c.a.AdminClientConfig: AdminClientConfig values: 2024-12-11 15:08:32,009 INFO [parallel-3] o.a.k.c.u.AppInfoParser: Kafka version: 3.5.2 |
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: