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

Oauth for SchemaRegistry #239

Open
toanvc opened this issue May 12, 2023 · 1 comment
Open

Oauth for SchemaRegistry #239

toanvc opened this issue May 12, 2023 · 1 comment

Comments

@toanvc
Copy link

toanvc commented May 12, 2023

Hi, currently I'm seeing that we only support the basic auth for SchemaRegistry, with username/password. I wonder if there is another way to get Oauth bear token like kafkajs has for broker authentication?

https://kafka.js.org/docs/configuration#oauthbearer-example

 SchemaRegistry({
      auth: {
        username: username,
        password: password
      },
      host: host
    })
@stalbot15
Copy link

Would love to have this functionality, as we run schema registry with oauth and wish to support nodejs clients. Is it possible to promote this PR into a release? Or is there some other workaround with existing releases?

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

No branches or pull requests

2 participants