karapace icon indicating copy to clipboard operation
karapace copied to clipboard

Support encrypted communication between Karapace nodes

Open YuWang24 opened this issue 3 years ago • 3 comments

What can we help you with?

Could anyone tell me wether Karapace supports internal TLS connection between one Karapace node to another Karapace node? I couldn't find such configs in the README.

Where would you expect to find this information?

This should be mentioned or clarified in the README.

YuWang24 avatar Jul 15 '21 23:07 YuWang24

ATM for schema registry the communication is performed using just HTTP. Reference:

https://github.com/aiven/karapace/blob/3cd4769e2fafdfd9baf6c9dfec450d32ec08ab16/karapace/master_coordinator.py#L173

hackaugusto avatar Jul 19 '21 13:07 hackaugusto

I'm hijacking this issue. Renaming it from a question to a suggestion.

hackaugusto avatar Feb 04 '22 12:02 hackaugusto

@YuWang24 it would be nice to know why you were searching for this feature. Do you have nodes communicating over the public internet?

hackaugusto avatar Feb 04 '22 12:02 hackaugusto

Hi is this still an issue I have noticed self.sc.scheme = "http" is not longer in the source code. ?

ratskates avatar Mar 27 '23 11:03 ratskates

is this still an issue I have noticed self.sc.scheme = "http" is not longer in the source code. ?

Thank you for pointing out. This issue seems to have been fixed already some time ago in #511

tvainika avatar Mar 29 '23 10:03 tvainika