[
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:10 PM:
----------------------------------------------------------------
[~srinivas486]'s patch compares strings using {{==}} which didn't work in my
case. 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 to not trust a random stranger on the internet (me :)), though, and
building it yourself:
{quote}{{mvn install -pl
nifi-nar-bundles/nifi-confluent-platform-bundle/nifi-confluent-schema-registry-service}}
{quote}
was (Author: teeberg):
[~srinivas486]'s patch compares strings using {{==}} which didn't work in my
case. 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)