Hi Raju, For Kafka in TLS, following properties are needed from the atlas end.
atlas.kafka.security.protocol=SASL_SSL atlas.kafka.ssl.keystore.type=jks atlas.kafka.ssl.truststore.type=jks atlas.kafka.ssl.truststore.location=<path to truststore file> cert.stores.credential.provider.path=<path to jceks file which store trust store password> or you can set password directly in atlas application.properties file. atlas.kafka.ssl.truststore.password=<password> Regards Nixon On Tue, Mar 30, 2021 at 6:18 AM Kannamraju P <[email protected]> wrote: > Hi All, > > I am trying to set up a connection between my ATLAS instance and kafka > cluster. We have our kafka setup with TLS authentication . When I see kafka > configuration in ATLAS I can see only kerberos based authentication > options. Is there any way I can configure TLS between Atlas client and > KAFKA in order to receive any schema change notifications. > > -- > thanks & Regards, > Raju >
