ConduitIO / ConduitIO/conduit

Feature: add schema registry authentication settings

Open
#2,275 1 comment 0 reactions 1 assignee Claimed by @maha-mstfa View on GitHub
feature roadmap
Dominant language
Go
Stars
610
Forks
63
Avg merge
12h 28m
Merged PRs (30d)
57

Description

### Feature description

I've just realized that schema registry doesn't support auth settings.

It would be great to have extra options like:
```
--schema-registry.confluent.connection-string "redpanda-endpoint:8081"
--schema-registry.type confluent
--schema-registry.authentication.type basic
--schema-registry.authentication.basic.username "username"
--schema-registry.authentication.basic.password "password"
```

The reason why I suggest authentication parameters to be 'outside' confluent is because both redpanda and apicurio implement confluent protocol, but add authentication on top of it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.