confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

Schema Registry authentication using OAuth instead of username password with SchemaRegistryClient

Open abhishekPa1 opened this issue 1 year ago • 1 comments

Description

Is there any way to setup authentication with Schema Registry using SchemaRegistryClient with Oauth instead of basic username password? This is enabled for the Java client

See - https://docs.confluent.io/cloud/current/security/authenticate/workload-identities/identity-providers/oauth/configure-clients-oauth.html#configure-sr-clients-for-oauth

abhishekPa1 avatar Sep 17 '24 10:09 abhishekPa1

+1 There is no OAuth configuration in python as is in Java/Kotlin clients. Pinging this issue since it would make sense to be implemented.

ErikasKontenis avatar Feb 05 '25 08:02 ErikasKontenis

Fixed by https://github.com/confluentinc/confluent-kafka-python/pull/1919

rayokota avatar Jul 23 '25 23:07 rayokota