Razvan Dobre

Results 7 comments of Razvan Dobre

@stoader SSL client authentication can be done with envoy, if needed. We are interested in a security solution for kafka, where local environment for kafka deployment is already secured and...

Currently we do have the need to use the built-in ssl based authentication. We will implement a separate OAUTH based plugin in kafka that will take care of authentication. We...

Yes, what we want to develop will be fully backward compatibile with all features currently available in operator. We will add some config bits that, when active, will enable ssl...

> @dobrerazvan You can rotate certificates without rolling updates with kafka dynamic configs. https://docs.confluent.io/platform/current/kafka/dynamic-config.html This is interesting, we didn't consider looking into this functionality but might have solved the problem...

Thanks @stoader for the review. I will look into it in the following days.

Hi, @TristanCacqueray , I think there is support for this functionality, we just enabled it on our zookeeper cluster. Using `config.additionalConfig` map and `volumes` and `volumeMounts`, you can enable ssl...