confluent-kafka-python
confluent-kafka-python copied to clipboard
Schema Registry authentication using OAuth instead of username password with SchemaRegistryClient
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
+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.
Fixed by https://github.com/confluentinc/confluent-kafka-python/pull/1919