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

Allow rabbitmq configurator to run on default VHost #259

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Conversation

ndevenish
Copy link
Contributor

The default vhost is /, which caused a failure with existing logic because it tried to access URL e.g. /api/exchanges///. This is achieved by accessing /api/exchanges/%2F/.

Also, the actual error output when this happened was obscured by raising instead of re-raising. Fix this.

This caused failures to be obscured
This raised an error when applying rules the the 'default'
vhost, '/',
@ndevenish ndevenish merged commit 87b2b60 into main Sep 25, 2024
7 checks passed
@ndevenish ndevenish deleted the configurator branch September 25, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant