-
Notifications
You must be signed in to change notification settings - Fork 163
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
How do you connect to securised cluster? #27
Comments
I have the same question - how do you use KafDrop to connect to secured Kafka cluster? |
Unfortunately, #30 appears to have merge conflicts. An initial glance says they're not trivial to resolve. |
@satare as specified in the description jaas.conf needs to be passed. It has two sections namely KafkaClient(its being used to authenticate kafka client with broker) and Client(its being used to authenticate and connect to zookeeper). The contents of JAAS may change depending upon the authentication protocol being used in Kafka Cluster. @dhayha I have resolved the merge conflict. |
so is this functionality available now? |
We are looking to integrate kafdrop with our secure kafka cluster. I will re-iterate
We are looking into integrate kafdrop on our Secured Kafka cluster. Could please share neccessary configuration changes ? Thanks |
Hi, Can we connect kafdrop with SASL_SSL Kafka? Thanks |
Hi all, and all my apologies for not answering. Thanks for all, i'll take a look to Kafdrop 3 |
Hi everyone,
First of all : Thanks for this Nice tool !
I have juste one question : I connect to my zookeeper without any problem (i reach my number of topics, for example) but i dont know how to connect to my kafka brokers, which are securised.
In my others applications i connect via a jaas_client file (kafka-manager, for example)
I tried to launch it with : java $HEAP_ARGS -jar /app/kafdrop*jar --zookeeper.connect=zookeeper:2181 -Djava.security.auth.login.config=/app/kafka_client_jaas.conf
but with no success ...
Any help is welcome !
Have a goodday
The text was updated successfully, but these errors were encountered: