Skip to content
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

Closed
satare opened this issue Aug 27, 2018 · 9 comments
Closed

How do you connect to securised cluster? #27

satare opened this issue Aug 27, 2018 · 9 comments

Comments

@satare
Copy link

satare commented Aug 27, 2018

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

@bthodla
Copy link

bthodla commented Dec 6, 2018

I have the same question - how do you use KafDrop to connect to secured Kafka cluster?

@solarmicrobe
Copy link

Looks like #30 needs to be merged. @dhayha @lcary (you were just the two most recent in the commits on master), any idea when we might get an "official" release with that PR merged? My company is also interested as we're kerberizing now.

@dhayha
Copy link
Contributor

dhayha commented Jan 10, 2019

Unfortunately, #30 appears to have merge conflicts. An initial glance says they're not trivial to resolve.

@satendra-sahu
Copy link

@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.

@bj9306
Copy link

bj9306 commented Mar 10, 2019

so is this functionality available now?

@dishawadhwa
Copy link

We are looking to integrate kafdrop with our secure kafka cluster. I will re-iterate

@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.

We are looking into integrate kafdrop on our Secured Kafka cluster. Could please share neccessary configuration changes ?

Thanks

@akshatsaxena95
Copy link

Hi,

Can we connect kafdrop with SASL_SSL Kafka?

Thanks
Akshat

@ekoutanov
Copy link

Kafdrop 3 supports SASL and SSL.

There is no real development taking place on Kafdrop 2.x. Consider updating to the next major version – Kafdrop 3.

@satare
Copy link
Author

satare commented Oct 9, 2019

Hi all, and all my apologies for not answering.

Thanks for all, i'll take a look to Kafdrop 3

@satare satare closed this as completed Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants