Dmitry Werner

Results 23 comments of Dmitry Werner

My workaround - set in openapitools.json storageDir and put 5.3.0.jar in this dir.

@Haarolean @jonykrause Hello. Unfortunately, I’m currently tied up with other commitments, so I’d really appreciate if someone else could take over preparing this PR. Apologies for the delay!

@Haarolean Hi, do I understand correctly that to support RBAC for AD you need to add an implementation of the `LdapAuthoritiesPopulator` interface based on `DefaultActiveDirectoryAuthoritiesPopulator` for the Active Directory user?...

@Haarolean I've tested with this configuration and RBAC with AD works as expected: ``` auth: type: LDAP spring: ldap: urls: ldap://host:port oauth2: ldap: activeDirectory: true activeDirectory.domain: rbac: roles: - name:...

https://github.com/kafbat/kafka-ui/blob/main/api/src/main/java/io/kafbat/ui/service/rbac/extractor/RbacLdapAuthoritiesExtractor.java#L39 It seems you need to handle the filtering for `Provider.LDAP_AD`.

@Haarolean Can you tell me if a unit test is needed for this refinement? Is there anything I can do to improve PR (for example adding logging)?

@mimaison @chia7712 Could you please tell me if ignoring the exception is correct or if we need to look into the cause of the exception?