Re: TLS connection between ATLAS client and KAFKA cluster

2021-03-30 Thread Kannamraju P
Hi Nixon, Thanks fo the info . Just curious , any idea why these configuration options are not present in the default ATLAS application config file. Thanks, Raju. On Tue, Mar 30, 2021 at 3:32 AM Nixon Rodrigues < nixon.rodrig...@freestoneinfotech.com> wrote: > Hi Raju, > > For Kafka in

Re: TLS connection between ATLAS client and KAFKA cluster

2021-03-30 Thread Nixon Rodrigues
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= cert.stores.credential.provider.path= or you can set password

TLS connection between ATLAS client and KAFKA cluster

2021-03-29 Thread Kannamraju P
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