You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2021/12/01 13:30:00 UTC

[jira] [Resolved] (MINIFICPP-1677) Add SASL PLAIN mechanism support to Kafka processors

     [ https://issues.apache.org/jira/browse/MINIFICPP-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz resolved MINIFICPP-1677.
-------------------------------------
    Resolution: Fixed

> Add SASL PLAIN mechanism support to Kafka processors
> ----------------------------------------------------
>
>                 Key: MINIFICPP-1677
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1677
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: New Feature
>            Reporter: Gábor Gyimesi
>            Assignee: Gábor Gyimesi
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> PublishKafka processor currently supports Kerberos properties for SASL/GSSAPI configuration which is the default SASL configuration in librdkafka. We should also support SASL/PLAIN configuration with username and password authentication. This requires adding these additional username, password, sasl mechanism properties.
> We may also need to extend the security protocol options with SASL_PLAINTEXT and SASL_SSL to be more precise which protocol is used, as previously SASL was implicitly implied when Kerberos properties were set. This would also be on par with the NiFi implementation. Another option would be to prefer setting the security protocol depending on the Kerberos or plain username password properties and the configured plaintext/ssl option. The latter option would provide backward compatibility.
> The same configuration possibilities should also be implemented in ConsumeKafka processor.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)