schema-registry icon indicating copy to clipboard operation
schema-registry copied to clipboard

How to update renewed ssl certificates with the running schema registry server

Open kaushiksrinivas opened this issue 3 years ago • 1 comments

We are looking for something similar to dynamic configs feature of kafka, where in at runtime the ssl certificates can be extended with renewed lifetimed certificates. In schema registry , what would be the suggested approach to update the ssl certificates before they expire ?

kaushiksrinivas avatar May 27 '21 11:05 kaushiksrinivas

It's not supported at runtime in the kafka java clients, so It look like you have to restart yourself the schema-registry, so it use the new certificates.

raphaelauv avatar Jul 26 '21 12:07 raphaelauv