Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdkafka unable to write to ssl secured kafka topic #1802

Closed
agturley opened this issue Aug 27, 2024 · 1 comment
Closed

rdkafka unable to write to ssl secured kafka topic #1802

agturley opened this issue Aug 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@agturley
Copy link

Bugs should be filed for issues encountered whilst operating logging-operator.
You should first attempt to resolve your issues through the community support
channels, e.g. Slack, in order to rule out individual configuration errors. #logging-operator
Please provide as much detail as possible.

Describe the bug:
when attempting to write to a ssl secured topic, the following error appears:
"Configuration property "ssl.ca.location" not supported in this build: OpenSSL not available at build time"

Expected behaviour:
write to a ssl secured kafka topic

Steps to reproduce the bug:
attempt to write to a ssl secured kafka topic

Additional context:
Easy to resolve. all the needs to be done is "openssl-dev" needs to be added to "BUILD_DEPS" in the Dockerfile. I built a custom image with this change and it works as expected.

/kind bug

@agturley agturley added the bug Something isn't working label Aug 27, 2024
@pepov
Copy link
Member

pepov commented Sep 2, 2024

thx, we can add that to the dockerfile for version 4.10

@pepov pepov added this to the 4.10 milestone Sep 2, 2024
@pepov pepov self-assigned this Sep 24, 2024
pepov added a commit to kube-logging/fluentd-images that referenced this issue Sep 27, 2024
@pepov pepov closed this as completed Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants
@pepov @agturley and others