David Handermann created NIFI-15084:
---------------------------------------
Summary: Confluent REST Schema Registry Client Malformed
Authorization Header
Key: NIFI-15084
URL: https://issues.apache.org/jira/browse/NIFI-15084
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Reporter: David Handermann
Assignee: David Handermann
Following recent refactoring of the RestSchemaRegistryClient for Confluent
Schema Registry, the Authorization header is missing the {{Basic}} scheme
prefix for the value of the {{Authorization}} header, when configured with a
username and password.
The value of {{Authorization}} header must begin with {{Basic}} followed by a
space and the Base64 encoded username and password, with semi-colon separator.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)