-
Notifications
You must be signed in to change notification settings - Fork 357
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
Queue authentication check only for ems_cloud and ems_infra providers. #2643
Conversation
The current check allows middleware provider checks to be directed to the queue, but at this time should be restricted to only cloud and infra providers.
Checked commit jntullo@a1bbc09 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM tested with a few infra providers (scvmm, vmware) and an openshift provider
@miq-bot add-label gaprindashvili/yes |
cc @simaishi |
Queue authentication check only for ems_cloud and ems_infra providers. (cherry picked from commit 16d30e3)
Gaprindashvili backport details:
|
is this fixing this bug? https://bugzilla.redhat.com/show_bug.cgi?id=1510038 |
@abonas, yes. It's reverting Hawkular back to the old way of validating credentials. The PRs we're working on (ManageIQ/manageiq-providers-hawkular#100, #2577) are required, so we can join in displaying the new view in close future (?). This PR should unblock us on testing Hawkular for the release. |
@aljesusg, @abonas no, we shouldn't be closing these PRs (#2577, ManageIQ/manageiq-providers-hawkular#100), we're gonna need that code at some point. |
The current check allows middleware provider checks to be directed to the queue, but at this time should be restricted to only cloud and infra providers.
@miq-bot add_label bug
cc: @agrare