-
Notifications
You must be signed in to change notification settings - Fork 83
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
SSL without truststore and truststore password #144
Comments
I have the same issue. |
Hi! Thanks! |
Unfortuntaley I have no access to the Kafka Broker Configuration. This is a command that I usually use to contact kafka:
And this is the content of the
If you want and you can provide a Docker image I can test, I can try to test if the fix works. I am also open to other solutions, if you have other ideas. Thanks for the quick reply! |
Off on vacation for the weekend, but I'll try to take a look in the next week. Thanks! |
I have played a little with the code and to make it work it was enough to comment out the four last line of codes in here: Lines 173 to 179 in fb860ca
Unfortunately, I can work on it during weekend only and I have all the month weekends busy. |
Reviewing this now that I'm back at home. To make sure I understand correctly, in this scenario the JVM running kafka-webview is already configured to trust the certificate being served by your kafka cluster correct? And therefore there is no reason to upload a truststore? I should be able to mock up this locally without much effort. How would you expect the UI to be presented? Something along the lines of:
Does that sound about right? EDIT -- Also! Always happy to receive PullRequests :) |
Hi. I am not very knowledgeable about certificates so I can't say for sure. The UI config looks good to me though. |
Exactly. In my scenario internet is reachable and the certificate can be verified using the public certificate of the CA.
Use SSL Authentication? [ Checkbox ] I expect exactly this behavior :) |
Great, thanks for the confirmation. I started poking around at this a bit today. |
I'll try to cut a release in the next day or two with this change. There are a couple other minor updates I'd like to sneak into the same release if possible. |
release 2.6.0 with this included. |
I would want to connect to kafka cluster with SSL_SASL enabled but without providing any truststore/keystore. Can you update to have the truststore optional?
The text was updated successfully, but these errors were encountered: