You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Jonas Teeberg (Jira)" <ji...@apache.org> on 2020/04/22 12:10:00 UTC

[jira] [Comment Edited] (NIFI-6576) Confluent Schema Registry processor does not support basic authentication

    [ https://issues.apache.org/jira/browse/NIFI-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089610#comment-17089610 ] 

Jonas Teeberg edited comment on NIFI-6576 at 4/22/20, 12:09 PM:
----------------------------------------------------------------

[~srinivas486]'s patch has an issue as it compares strings using \{{==}}. I updated that to use {{.equals()}} and can confirm that it works. Here's the new corrected patch: [^NIFI-6576.patch]

And here's the corresponding updated .jar, built on Nifi 1.11.2 and Java 8: [^nifi-confluent-schema-registry-service-1.11.2.jar]

I recommend building it yourself though, especially since it's easy enough, using
{quote}{{mvn install -pl nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service}}
{quote}


was (Author: teeberg):
[~srinivas486]'s patch has an issue as it compares strings using `==`. I updated that to use `.equals()` and can confirm that it works. Here's the new corrected patch: [^NIFI-6576.patch]

And here's the corresponding updated .jar, built on Nifi 1.11.2 and Java 8: [^nifi-confluent-schema-registry-service-1.11.2.jar]

I recommend building it yourself though, especially since it's easy enough, using
{quote}{{mvn install -pl nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service}}
{quote}

> Confluent Schema Registry processor does not support basic authentication
> -------------------------------------------------------------------------
>
>                 Key: NIFI-6576
>                 URL: https://issues.apache.org/jira/browse/NIFI-6576
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Ali Nazemian
>            Priority: Minor
>         Attachments: 0001-NIFI-6576-Adding-basic-and-digest-authentication-opt.patch, NIFI-6576.patch, nifi-confluent-schema-registry-service-1.11.2.jar
>
>
> Confluent Schema Registry processor does not accept basic authentication. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)