RabbitMQ Scaler with env trigger authentication not working #5430
-
I'm trying to configure the RabbitMQ Scaler in an environment running Keda 2.11.x but the scaledobject is failing to become ready, when describing the scaled object I see:
The configuration I am using is below:
and
Based upon what I read in the docs I assumed this should work since in the deployment I'm looking to scale I have an environment variable named I know instead I can use:
when defining the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found my mistake in the fact that the |
Beta Was this translation helpful? Give feedback.
I found my mistake in the fact that the
authenticationRef
needs to be defined for each trigger. It was missing in theQueueLength
mode trigger.