-
Notifications
You must be signed in to change notification settings - Fork 3.9k
By @aaron-seo: Adds a new auth backend that only accepts loopback connections #13795
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
Conversation
This auth backend behaves the same as the internal backend provided in the core broker, but it only accepts loopback connections. External connection attempts will receive an error.
|
@aaron-seo so the only failure there is is a Selenium suite but it does seem to be directly related. @MarcialRosales is there anything that would immediately stand out to you? |
When I run one of the failing selenium tests I capture the following stack trace in the logs. I can consistently reproduce this issue. If I run it from
@aaron-seo To run the test locally and from source you can follow these instructions:
This command starts up RabbitMQ using gmake and configured for the test suite
If you do not want to run it from source but directly against a RabbitMQ docker image, all you need to do is run this command (this is explained here):
|
OK, it had nothing to do with any permissions, so let's close this one and continue in the original PR by @aaron-seo. |
This is #13767 by @aaron-seo.