-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
area/authApp authentication related issuesApp authentication related issuesscope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
area/authApp authentication related issuesApp authentication related issuesscope/backendRelated to backend changesRelated to backend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working