vector support for sasl.mechanism = oauthbearer with librdkafka #20951
Replies: 4 comments 3 replies
-
Can you provide the output of |
Beta Was this translation helpful? Give feedback.
-
testvaultnodetesting core # /opt/sbin/vector --version |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@jszwedko here is the update from our team with new build. Sorry for delayed response. the above code fails while trying to connect the oauth token provider with error When using the same system, the curl command functions correctly when I configure CURL_CA_BUNDLE to the CA certificate file from the OAuth token provider. I attempted to execute the librdkafka sample with the CURL_CA_BUNDLE environment variable, but unfortunately, it did not work. Consequently, I had to make corrections to the librdkafka code, specifically in rdhttp.c, where I needed to since the librdkafka uses the curl I was thinking the curl environment variables should work. How to reproduce • Provide broker log excerpts |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Vector Team,
Just wondering if there is support for sasl.mechanism = oauthbearer which comes from confluent kafka. Because I ran into following error while configuring sasl properties under librdkafka_options: inside vector.yaml.
2024-07-27T22:13:31.673098Z ERROR vector::topology::builder: Configuration error. error=Sink "logging_kafka": creating kafka producer failed: Client config error: Configuration property "sasl.oauthbearer.client.id" not supported in this build: OAuth/OIDC depends on libcurl and OpenSSL which were not available at build time sasl.oauthbearer.client.id 0oafq15axz9WMbkJd1d7
Beta Was this translation helpful? Give feedback.
All reactions