Skip to content

LDAP: An LdapAuthenticator must be supplied #778

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

Closed
4 tasks done
miguellobato84 opened this issue Jan 15, 2025 · 2 comments · Fixed by #779
Closed
4 tasks done

LDAP: An LdapAuthenticator must be supplied #778

miguellobato84 opened this issue Jan 15, 2025 · 2 comments · Fixed by #779
Assignees
Labels
area/auth App authentication related issues scope/backend Related to backend changes status/triage/completed Automatic triage completed type/bug Something isn't working

Comments

@miguellobato84
Copy link

miguellobato84 commented Jan 15, 2025

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 main-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)

Hi, I just updated to the new v1.1.0 tag, but when starting with the same config it raises the following error:

Factory method 'authenticationProvider threw exception with message: An LdapAuthenticator must be supplied

Expected behavior

Application starts with LDAP authentication

Your installation details

running docker image tag v1.1.0

Steps to reproduce

It can be recreated when running this command:

docker run \
  -p 8080:8080 \
  -e AUTH_TYPE="LDAP" \
  -e SPRING_LDAP_URLS="ldap://any.com:389" \
  -e SPRING_LDAP_ADMIN_USER="any" \
  -e SPRING_LDAP_ADMIN_PASSWORD="any" \
  -e SPRING_LDAP_USER_FILTER_SEARCH_BASE="ou=ANY,dc=any,dc=com" \
  -e SPRING_LDAP_USER_FILTER_SEARCH_FILTER="any" \
  -e KAFKA_CLUSTERS_0_NAME="my-cluster" \
  -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS="broker.kafka.com" \
  kafbat/kafka-ui:v1.1.0
@miguellobato84 miguellobato84 added status/triage Issues pending maintainers triage type/bug Something isn't working labels Jan 15, 2025
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Jan 15, 2025
Copy link

Hi miguellobato84! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@Haarolean Haarolean added scope/backend Related to backend changes and removed status/triage/manual Manual triage in progress labels Jan 15, 2025
@Haarolean Haarolean self-assigned this Jan 15, 2025
@Haarolean Haarolean changed the title Error in v1.1.0 - An LdapAuthenticator must be supplied LDAP: An LdapAuthenticator must be supplied Jan 15, 2025
@Haarolean Haarolean added the area/auth App authentication related issues label Jan 15, 2025
@Haarolean
Copy link
Member

Haarolean commented Jan 15, 2025

@miguellobato84 thanks for reporting this. Please try pulling main-tagged image, should be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/auth App authentication related issues scope/backend Related to backend changes status/triage/completed Automatic triage completed type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants