Skip to content
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

RabbitMQ Scaler doesn't parse vhost correctly if provided in the host url #3602

Closed
JorTurFer opened this issue Aug 26, 2022 · 1 comment · Fixed by #3604
Closed

RabbitMQ Scaler doesn't parse vhost correctly if provided in the host url #3602

JorTurFer opened this issue Aug 26, 2022 · 1 comment · Fixed by #3604
Assignees
Labels
bug Something isn't working

Comments

@JorTurFer
Copy link
Member

JorTurFer commented Aug 26, 2022

Report

After v2.7.0, the vhost it's not correctly parsed from the url

Expected Behavior

http://guest:[email protected]:15672/ should parse the vhost as /

Actual Behavior

http://guest:[email protected]:15672/ should parse the vhost as "". To parse the vhost has / we need to set http://guest:[email protected]:15672//

Steps to Reproduce the Problem

Logs from KEDA operator

example

KEDA Version

No response

Kubernetes Version

No response

Platform

No response

Scaler Details

No response

Anything else?

No response

@JorTurFer
Copy link
Member Author

Do you still have the issue? If you are running with KEDA v2.8.1 (chart v2.8.2) and you still have issues, could you open another issue to track it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant