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 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= store password>
>
>
> or you can set password directly in atlas application.properties file.
>
> atlas.kafka.ssl.truststore.password=
>
>
> Regards
>
> Nixon
>
>
>
>
> On Tue, Mar 30, 2021 at 6:18 AM Kannamraju P 
> 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
> >
>


-- 
thanks & Regards,
Raju


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 directly in atlas application.properties file.

atlas.kafka.ssl.truststore.password=


Regards

Nixon




On Tue, Mar 30, 2021 at 6:18 AM Kannamraju P  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
>


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
KAFKA  in order to receive any schema change notifications.

-- 
thanks & Regards,
Raju