Skip to content
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

Ldap urls not managing multiple urls #4458

Open
4 tasks done
plouarn opened this issue Jun 10, 2024 · 2 comments
Open
4 tasks done

Ldap urls not managing multiple urls #4458

plouarn opened this issue Jun 10, 2024 · 2 comments
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@plouarn
Copy link

plouarn commented Jun 10, 2024

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • 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

@plouarn plouarn added status/triage Issues pending maintainers triage type/bug Something isn't working labels Jun 10, 2024
Copy link

Hello there plouarn! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@Haarolean
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants