-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
scope/backendstatus/pendingFurther information is requestedFurther information is requestedstatus/staleStale issues will be closed in 7 days.Stale issues will be closed in 7 days.
Description
Hi,
Does Kafka-ui support SASL_PLAINTEXT with GSSAPI. I have tried the following settings, but i'm not sure if i'm missing something.
- KAFKA_CLUSTERS_0_NAME=dev
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=locahost:9092
- KAFKA_CLUSTERS_0_ZOOKEEPER=locahost:2181
- KAFKA_CLUSTERS_0_READONLY=true
- KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL=SASL_PLAINTEXT
- KAFKA_CLUSTERS_0_PROPERTIES_SASL_MECHANISM=GSSAPI
- KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG=com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true storeKey=true keyTab="/tmp/user.keytab" principal="user@realm" serviceName="kafka";
- KAFKA_CLUSTERS_0_PROPERTIES_SSL_TRUSTSTORE_LOCATION=/tmp/truststore.jks
- KAFKA_CLUSTERS_0_PROPERTIES_SSL_TRUSTSTORE_PASSWORD=changeit
Am i missing something or is it not possible yet.
Evanto
Metadata
Metadata
Assignees
Labels
scope/backendstatus/pendingFurther information is requestedFurther information is requestedstatus/staleStale issues will be closed in 7 days.Stale issues will be closed in 7 days.