-
Notifications
You must be signed in to change notification settings - Fork 897
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
Fix cloud networks access in API #13865
Fix cloud networks access in API #13865
Conversation
:cloud_networks_subcollection_actions: | ||
:get: | ||
- :name: show | ||
- :identifier: miq_cloud_networks_view |
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.
same thinking, why moving them out of here ? this gives us finer granularity on sub*/roles for the clusters collection
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.
👍 with these as per our discussion on load balancers PR.
This pull request is not mergeable. Please rebase and repush. |
68a4e20
to
d39a9e1
Compare
Checked commits imtayadeway/manageiq@0c15b63~...d39a9e1 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
👍 🎵 |
I noticed that the cloud networks subcollection actions were not configured correctly, so I added some failing tests and corrected/refactored
@miq-bot add-label api, bug
@miq-bot assign @abellotti