RBAC Feature for AZURE AD #4429
Unanswered
vijayaganesh7
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, the issue you're encountering is related to rbac, but can't say what's the root issue here as the stacktrace is cut. Please note, this repo is no longer maintained (#4255), but I'll be happy to assist you here: https://github.com/kafbat/kafka-ui (either a discussion or a thread on discord would work) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Does RBAC feature is currently support for Azure AD ? I tried to configure RBAC with Azure AD but getting below error, would like to know more about it.
############ Config file : ###############
######### ERROR##############
kafka-ui | 2024-04-09 07:35:33,656 ERROR [main] o.s.b.SpringApplication: Application run failed
kafka-ui | org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessController' defined in URL [jar:file:/kafka-ui-api.jar!/BOOT-INF/classes!/com/provectus/kafka/ui/controller/AccessController.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'accessControlService' defined in URL [jar:file:/kafka-ui-api.jar!/BOOT-INF/classes!/com/provectus/kafka/ui/service/rbac/AccessControlService.class]: Unsatisfied dependency expressed through constructor parameter 1: Error creating bean with name 'rbac-com.provectus.kafka.ui.config.auth.RoleBasedAccessControlProperties': Invocation of init method failed
kafka-ui | at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
kafka-ui | at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:245)
kafka-ui | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1352)
Beta Was this translation helpful? Give feedback.
All reactions