I want to use externalKafka with SASL_SSL How do I pass additional configs?
#1846
Unanswered
bhataprameya
asked this question in
Q&A
Replies: 1 comment
-
|
You'll have to add a mount and a volume to every deployment (except things like nginx) and then set some options. For snuba and vroom there are environment variables and for relay and sentry there are config options. I'll look at my options a bit later and anonymize them. It's a bit tedious as you have to do it for everything that connects to Kafka but it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an external Kafka cluster that only accepts SASL_SSL connections. I’ve mounted the necessary certificates and secrets (username and password) to the pods, but I’m unsure how to configure the Sentry Helm chart to use them.
Specifically, I need to pass the following configurations, but I’m not sure where or how to define them:
How can I pass these configurations properly through the Helm chart?
Beta Was this translation helpful? Give feedback.
All reactions