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

External Kafka SASL_SSL is using TLS true #118

Open
navneetrajput06 opened this issue May 20, 2024 · 2 comments
Open

External Kafka SASL_SSL is using TLS true #118

navneetrajput06 opened this issue May 20, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@navneetrajput06
Copy link

Hi Team,

When we are using SASL_SSL for external kafka its expecting tls configuration rather it should go pass with SASL user based authentication only. please check the below snapshot and from the link. looks like we need to remove this piece of code.

https://github.com/zilliztech/milvus-operator/blob/main/pkg/external/kafka.go
Screenshot 2024-05-20 at 10 16 35 AM

@navneetrajput06
Copy link
Author

Below is the kafka configuration. its going good in case of PLAINTEXT but expecting TLS in case of SALS_SSL.
Screenshot 2024-05-20 at 10 22 43 AM

@haorenfsa
Copy link
Collaborator

haorenfsa commented May 24, 2024

@navneetrajput06 em... correct me if I'm wrong:
SSL is just an old name of TLS see https://www.cloudflare.com/learning/ssl/transport-layer-security-tls/ .
So just as the names suggests,
if you only need SASL, then you can use SASL_PLAINTEXT;
and if you need SASL together with TLS, then you can use SASL_SSL.

@haorenfsa haorenfsa self-assigned this May 24, 2024
@haorenfsa haorenfsa added the question Further information is requested label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants