Skip to content

Kerberos/GSSAPI support? #858

@TheF1Dev

Description

@TheF1Dev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions