cannot set needed properties to use SASL_SSL with OAUTHBEARER #52648
Labels
area/connectors
Connector related issues
autoteam
community
needs-triage
team/connectors-python
type/bug
Something isn't working
Connector Name
source-kafka
Connector Version
0.2.7
What step the error happened?
During the sync
Relevant information
To connect to Confluent Cloud Kafka broker, I need to use
SASL_SSL
protocol withOAUTHBEARER
Mechanism. In order to do this, I need a way to set the propertysasl.oauthbearer.token.endpoint.url
so that the request for a token goes to my identity provider. This property is not exposed in connector setup for the protocol/mechanism. I also would like to set the propertiessasl.login.callback.handler.class
bearer.auth.credentials.source
andbearer.auth.logical.cluster
so that the OAuth token can be used for the Confluent schema registry as well.A possible solution might be to expose some properties like the endpoint url as its own text field, and others as a free text where properties can be set by key and value
Relevant log output
partial output from log lines
Contribute
The text was updated successfully, but these errors were encountered: