-
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
[Kafka Scaler] Kafka SASL SCRAM auth seems to not work with AWS MSK #1989
Comments
What Kafka version are you using? You might have hit the same issue like mentioned here #1866? |
Looks like so @zroubalik |
|
Dynamic version support is part of KEDA release 2.4, if I'm not wrong? |
In KEDA 2.4 you will be able to select the Kafka (Sarama) client version, in case you need to target an older Kafka Broker. I think that your setup should work on KEDA 2.3 out of the box, because the Kafka version is supported by the client. I'd check whether the Kafka is reachable from within the cluster (firewall), I'd check if provided credentials and Broker urls are correct (check typos). |
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. |
This is stil an open issue when you try to use iam authentication. See IBM/sarama#1985 |
I am facing same issue with AWS MSK when using SASL SCRAM. @dipen-epi is ur issue was resolved. Can u share what was the solution? |
i am using Keda app version 2.8.1 and kafka version 2.8.0 and getting same issue once AWS MSK is using SASL SCRAM |
i am using Keda app version 2.7.1 and kafka version 2.7.0 and getting same issue once AWS MSK is using SASL SCRAM |
Maybe it's a super obvious question but, are you using |
I have also active issue where sasl ( scram_sha512 ) is not working in our case with tls but without ACM configuration. |
TBH, I have no idea about AWS MSK, yesterday I created a cluster but I couldn't expose it publicly. For troubleshooting proposes I need to reach the kafka cluster from my local, which was impossible. I'll give another try when I have some time |
To not discuss in a closed issue, let's continue the conversation in the new issue you have created #4089 |
Report
When trying to authenticate with AWS Managed Streaming for Kafka secured with
SASL_SCRAM_512
authentication KEDA ScaledObject seems unable to communicate with cluster and gives the following errorTried using KEDA version
1.4
and2.3.0
.Expected Behavior
KEDA should be able to create a new ScaledObject Custom Resource and subsequently a HPA for scaling the target Deployment
Actual Behavior
K8s cannot create the ScaledObject CR.
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.3.0
Kubernetes Version
1.20
Platform
Amazon Web Services
Scaler Details
Kafka
Anything else?
No response
The text was updated successfully, but these errors were encountered: