lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Disable client authentication #179

Open mralli-xm opened 2 years ago

mralli-xm commented 2 years ago

I am trying to use the image for some kafka tests and I cannot find an option to configure Kafka brokers to accept SSL connections from the clients but not authenticate them. According to the documentation ENABLE_SSL variable will create a truststore and two signed key-certificate pairs, one for the broker, one for your client. It seems that there is no option to enable TLS connection and not require client authentication (ssl.client.auth=none). Is it possible?