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:guest@pecan-rabbitmq.default:15672/ should parse the vhost as /

Actual Behavior

http://guest:guest@pecan-rabbitmq.default:15672/ should parse the vhost as "". To parse the vhost has / we need to set http://guest:guest@pecan-rabbitmq.default: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 JorTurFer added the bug Something isn't working label Aug 26, 2022
@JorTurFer JorTurFer self-assigned this Aug 26, 2022
@tomkerkhove tomkerkhove moved this to Proposed in Roadmap - KEDA Core Aug 26, 2022
@JorTurFer JorTurFer moved this from Proposed to To Do in Roadmap - KEDA Core Aug 26, 2022
Repository owner moved this from To Do to Ready To Ship in Roadmap - KEDA Core Sep 1, 2022
@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?

@JorTurFer JorTurFer moved this from Ready To Ship to Done in Roadmap - KEDA Core Mar 13, 2023
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