-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cannot authenticate against confluent hosted kafka #2990
Comments
hey @dodizzle , |
I confirmed that the kafka cluster is reachable from the pod.
|
any idea @zroubalik ? |
@dodizzle would you mind sharing the error message? Sarama client that we use to communicate with Kafka doesn't have the best error messages :) So it is sometimes hard to debug. There's a proposal to improve this though: #3056 |
Could this vulnerability be related? |
Hello, I am experiencing the same issue using the latest 2.7.1 Keda version integrating with confluent cloud, I also confirmed that the cluster has connectivity to the the broker on Confluent cloud, note: TLS is disabled. Here is the error SacledObject and associated secret/authentication objects are attached |
We should really have #3056 implemented, so we can inspect those errors in details. Not it is very hard to tell, what is the actuall problem :( |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
@raorugan was trying the Kafka scaler recently and ran into the same problem. The workaround with setting |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Report
This appears to have been addressed in the past but I am now experiencing the same problems as:
#2136
&
#1241
We should be able to connect using the following configs:
sasl=plaintext
username=api key
password=api secret
However this fails to authenticate.
If I enable tls ( which I believe was a previous workaround ) it complains that I also need to supply a valid ca, cert and key and fails to authenticate.
Expected Behavior
I expected keda-operator to connect to the specified topic.
Actual Behavior
It fails to authenticate.
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.6.1
Kubernetes Version
1.21
Platform
Google Cloud
Scaler Details
kafka
Anything else?
I tried the work around in the 2 bugs that I referenced but that is not working for me.
The text was updated successfully, but these errors were encountered: