Hello, Currently the only SASL mechanisms supported are GSSAPI, PLAIN, and SCRAM SHA 256/512.
In older NiFi releases (I think prior to 1.10), the SASL mechanism was not a first class property in the processor, so you could add a dynamic property and specify "sasl.mechanism" as whatever you want, and you could probably also set "sasl.jaas.config" and make it work. I created a JIRA [1] to track the improvement for directly supporting it. Thanks, Bryan [1] https://issues.apache.org/jira/browse/NIFI-7421 On Mon, May 4, 2020 at 7:46 AM Bruno Gante <[email protected]> wrote: > Hello All, > > Does anyone know if there´s any way to publish kafka on NiFi using "SASL > OAUTHBEARER"? > > > https://docs.confluent.io/current/kafka/authentication_sasl/authentication_sasl_oauth.html > > > Thanks in advance > > Bruno Gante <[email protected]> escreveu no dia segunda, 4/05/2020 > à(s) 12:39: > >> Hello All, >> >> Does anyone know if there´s any way to publish kafka on NiFi using "SASL >> OAUTHBEARER"? >> >> >> https://docs.confluent.io/current/kafka/authentication_sasl/authentication_sasl_oauth.html >> >> >> Thanks in advance >> >>
