Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Add Auth to RedpandaSchemaRegistry #396

Open
awmatheson opened this issue Feb 7, 2024 · 1 comment
Open

[FEATURE] - Add Auth to RedpandaSchemaRegistry #396

awmatheson opened this issue Feb 7, 2024 · 1 comment
Labels
type:feature New feature request

Comments

@awmatheson
Copy link
Contributor

awmatheson commented Feb 7, 2024

Is your feature request related to a problem? Please describe.
There is currently no mechanism for authenticating with the Redpanda schema registry.

So if you are trying to reach the registry you will receive an error like:

Exception has occurred: HTTPError
401 Client Error: Unauthorized for url: https://schema-registry-xxxxd08.cxxxxx.byoc.prd.cloud.redpanda.com:30081/subjects/%7B%0A%20%20%20%20%22type%22:%20%22record%22,%0A%20%20%20%20%22name%22 <rest of error removed as it's message contents> 

Describe the solution you'd like
It seems like it accepts basic auth, so there should be a way to specify a username and password and pass that with the requests module.

@github-actions github-actions bot added the needs triage New issue, needs triage label Feb 7, 2024
@Psykopear Psykopear added type:feature New feature request and removed needs triage New issue, needs triage labels Feb 8, 2024
@Psykopear
Copy link
Contributor

I opened #398 adding a headers option to the schema registry, that can be forwarded to all the requests there and be used for authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants