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

Who to use SASL_SSL authentication #2266

Open
chsakell opened this issue Jul 23, 2024 · 1 comment
Open

Who to use SASL_SSL authentication #2266

chsakell opened this issue Jul 23, 2024 · 1 comment

Comments

@chsakell
Copy link

chsakell commented Jul 23, 2024

Description

Brokers have been configured to use SASL_SSL
The following three files provided for client connection:

  • ca-key
  • ca-cert.srl
  • ca-cert

What is the ConsumerConfig required to connect to that instance?
Do I have to somehow create and use a trust store / private key - public key certificate pair for the client as described on the two-way-tls-example-1--tls-client-authentication section using the ca files provided?

@anchitj
Copy link
Member

anchitj commented Jul 30, 2024

You'll need to create a trust store and can pass the config similar to the ProducerConfig mentioned in the link.

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

2 participants