-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Labels
status/invalidThis doesn't seem rightThis doesn't seem righttype/questionAn issue with a question which could possibly be converted into a discussionAn issue with a question which could possibly be converted into a discussion
Description
Describe the bug
Can't create topic when Basic Authentication is enable
Set up
My docker compose file
version: '2'
services:
kafka-ui:
image: provectuslabs/kafka-ui
container_name: kafka-ui
ports:
- "8080:8080"
restart: always
environment:
- KAFKA_CLUSTERS_0_NAME=local
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
- KAFKA_CLUSTERS_0_ZOOKEEPER=localhost:2181
- auth.type='LOGIN_FORM'
- SPRING_SECURITY_USER_NAME=admin
- SPRING_SECURITY_USER_PASSWORD=admin
Steps to Reproduce
- Enable basic authentication using above docker compose file
- Try to create kafka topic under topic tab
Expected behavior
Topic should be created
Additional context
Metadata
Metadata
Assignees
Labels
status/invalidThis doesn't seem rightThis doesn't seem righttype/questionAn issue with a question which could possibly be converted into a discussionAn issue with a question which could possibly be converted into a discussion

