Hi team,
Confluent schema registry supports HTTP basic authentication[1] but I don't find the corresponding configs in Flink documentation[2]. Is this achievable in Flink avro-confluent? Regards, Tao |
Hi Tao,
Thanks for reaching out. Have you tried the following
'value.avro-confluent.schema-registry.url' = 'https://{SR_API_KEY}:{[hidden email]', It may be possible to provide basic HTTP authentication by adding your username and password to the URL. There is already a similar ticket open unfortunately without much progress. [1] Please let me know if this works for you otherwise we can try to find a different solution. Best, Fabian
|
Hi Fabian, On Wed, Jun 2, 2021 at 5:27 PM Fabian Paul <[hidden email]> wrote:
Regards,
Tao |
Hi Tao,
I was browsing the code a bit and I think this is currently not support but it seems to be not too difficult to implement. You would need to allow a map of configurations and finally pass it to [1] Can you create a ticket in our JIRA? Would you be willing to contribute this feature? Best, Fabian [1] https://github.com/apache/flink/blob/1db4e560d1b46fac27a18bce9556fec646f063d9/flink-formats/flink-avro-confluent-registry/src/main/java/org/apache/flink/formats/avro/registry/confluent/CachedSchemaCoderProvider.java#L54
|
JIRA created https://issues.apache.org/jira/browse/FLINK-22858 but I cannot assign it to myself. Can you pls assign it to me? On Wed, Jun 2, 2021 at 11:00 PM Fabian Paul <[hidden email]> wrote:
Regards,
Tao |
Free forum by Nabble | Edit this page |