MSK How to mandate both SASL & SSL protocols while validating the client to connect msk broker nodes?

Viewed 12

In MSK to communicate with brokers by using TLS(SSL) we have used 9094 port and able to communicate MSK cluster with the required keystore and truststore configurations.

And to communicate with brokers by using SASL_SCRAM we have used 9096 port and able to communicate MSK cluster with username and password configurations.

And now we want to configure both SASL_SSL to authenticate client while connecting to broker nodes as a mandatory configurations at client side.

NOTE: We are able to configure SASL_SSL security protocol on 9096 port but it is considering as the TLS configurations are optional because if we remove TLS properties, still it is able to connect broker nodes.

Any option to mandate both SASL and TLS auth protocol to restrict client connection.

0 Answers
Related