Re: [EXTERNAL] Re: Enable both SASL & SSL authentication...

2020-01-22 Thread Ron Dagostino
the token thru any configuration > (something like revalidating the token in a configured internal to make sure > the token still valid)? > > Regards, > Senthil > > -Original Message- > From: Ron Dagostino > Sent: Wednesday, January 22, 2020 5:15 AM > To:

RE: [EXTERNAL] Re: Enable both SASL & SSL authentication...

2020-01-22 Thread Senthilnathan Muthusamy
the token still valid)? Regards, Senthil -Original Message- From: Ron Dagostino Sent: Wednesday, January 22, 2020 5:15 AM To: dev@kafka.apache.org Subject: [EXTERNAL] Re: Enable both SASL & SSL authentication... <<< some of our clients uses oAuth and some uses cert based au

Re: Enable both SASL & SSL authentication...

2020-01-22 Thread Ron Dagostino
<<< some of our clients uses oAuth and some uses cert based auth Hi Senthil. Brokers support different clients using different types of authentication, so there is no problem here. The way it works is via the broker's listener -- each one listens on a separate port and is either a SSL listener

Enable both SASL & SSL authentication...

2020-01-21 Thread Senthilnathan Muthusamy
Hi, We want both SASL (oAuthBearer) & SSL authentication to be enabled. However based on the below doc, the SSL auth will be disabled if SASL is enabled. https://docs.confluent.io/current/kafka/authentication_ssl.html#brokers If any SASL authentication mechanisms are enabled for a given