You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried running master-labeled docker image and the issue still persists there
I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
We can't put a list of ldaps url even if the property name is "urls" with a "s".
in LdapSecurityConfig.java urls is mapped in LdapContextSource ctx like ctx.setUrl(props.getUrls()); that's wrong that must be in ctx.setUrls and props.getUrls() must be a list not a string
Expected behavior
we can't put a list of ldap url in urls property
Your installation details
i run from docker container provectuslabs/kafka-ui:latest kafka-ui-api-v0.7.2.jar
Steps to reproduce
have multiple ldap urls
set all ldap properties. try to put multiple url to urls.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi, this repo is no longer maintained (#4255). Happy to address your issues here: https://github.com/kafbat/kafka-ui (or feel free to submit a PR right away)
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
We can't put a list of ldaps url even if the property name is "urls" with a "s".
in LdapSecurityConfig.java urls is mapped in LdapContextSource ctx like ctx.setUrl(props.getUrls()); that's wrong that must be in ctx.setUrls and props.getUrls() must be a list not a string
Expected behavior
we can't put a list of ldap url in urls property
Your installation details
i run from docker container provectuslabs/kafka-ui:latest kafka-ui-api-v0.7.2.jar
Steps to reproduce
have multiple ldap urls
set all ldap properties. try to put multiple url to urls.
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: