kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.57k stars 1.08k forks source link

Support parameter `vhostName` in `TriggerAuthentication` #6369

Open michemache opened 1 day ago

michemache commented 1 day ago

Proposal

The TriggerAuthentication resource should also support the parameter vhostName, as the Virtual host can be part of the host URL, but it doesn't have to. To fully cover the possible connection parameters, it would be nice to have that option.

Use-Case

If you have all the parameters individually, you don't need to assemble the host URL in advance.

Is this a feature you are interested in implementing yourself?

Maybe

Anything else?

No response

JorTurFer commented 1 day ago

Hello Do you mean RabbitMQ's scaler vhostName? I guess that we can support it. Are you willing to open a PR?

michemache commented 18 hours ago

Hi Jorge, Yes, I mean the RabbitMQ scaler vhostName. I will try to open a PR.