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

Kafka connection with a CA certificate #4167

Open
ljupcovangelski opened this issue Apr 22, 2024 · 0 comments
Open

Kafka connection with a CA certificate #4167

ljupcovangelski opened this issue Apr 22, 2024 · 0 comments
Assignees

Comments

@ljupcovangelski
Copy link
Contributor

We need to add the possibility to connect Airy to a Kafka cluster which authenticates with a CA certificate.

The certificate needs to be present on the running workloads, along with the configured sasl.username and sasl.password. This is a sample configuration:

security.protocol=SASL_SSL
sasl.mechanisms=PLAIN
sasl.username=user
sasl.password=pass
ssl.ca.location=/tmp/ca.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant