-
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
ScaledObject Fails to resolve Auth params from cluster scoped ClusterTriggerAuth resource #6316
Comments
@JorTurFer can you please advise on this please ? |
This might be a question for stackoverflow |
Sorry for the delay. |
@JorTurFer yes the secret is within the |
thanks @JorTurFer yes it fixed it. Replacing the following clustertriggerauth resource worked for us while authenticating with confluent-kafka.
I am good to close this issue. |
Report
Keda version: keda:2.14.0
ghcr.io/kedacore/keda:2.14.0
kubenetes version: 1.29
Keda Trigger Type: Kafka
ScaledObject Fails [namespace scoped] to resolve Auth params from cluster scoped ClusterTriggerAuth resource
Expected Behavior
Keda ScaledObject ideally should have read the credentials from the ClusterTriggerAuth resource and authenticate with the KAfka API.
Actual Behavior
Steps to Reproduce the Problem
STEP-1 Ensured that k8s Secret -
keda-kafka-secret
created within thekeda
namespace.STEP-2. Created a cluster scoped
ClusterTriggerAuthentication
resource & refer to thesecret from STEP-2 which is
keda
namespace scoped.STEP-3. Create a ScaledObject within
my-app-namespace
namespace referring to the above cluster scoped ClusterTriggerAuthentication to read the credentials & authenticate with Kafka (kafka trigger).STEP-4 Just describe keda-operator pod (informational purpose).
Logs from KEDA operator
KEDA Version
2.14.0
Kubernetes Version
1.29
Platform
Amazon Web Services
Scaler Details
Kafka
Anything else?
No response
The text was updated successfully, but these errors were encountered: