-
Notifications
You must be signed in to change notification settings - Fork 356
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
[ops_controller/settings/zones.rb] Soft delete auth #7650
[ops_controller/settings/zones.rb] Soft delete auth #7650
Conversation
4c2ac31
to
386138b
Compare
This is to be paired with ManageIQ/manageiq-ui-classic#7650 which will remove this feature from the UI.
Probably better to allow users to run Ansible playbooks to do this and other things on Windows systems. See https://galaxy.ansible.com/ansible/windows |
Is this in a good state, or does more need to be done here? |
@kbrock good on my end, just waiting for approval from someone. |
@NickLaMuro could you please put before and after screenshots? |
@kavyanekkalapu oh, sure thing. |
Removes Auth from both the form, and the controller in the UI. Still allows them to be added via that `rails console`, but removes the feature from the UI, with the intent to possibly remove from the product all together in a future release. Note: Documentation should probably also be updated to remove mentioning this.
386138b
to
de2d90e
Compare
Checked commit NickLaMuro@de2d90e with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint |
@kavyanekkalapu updated with screenshots |
thank you, will review today. |
LGTM, approved. |
This is to be paired with ManageIQ/manageiq-ui-classic#7650 which will remove this feature from the UI.
Removes Auth on Zones from both the form view and the controller in the UI. Still allows them to be added via that
rails console
, but removes the feature from the UI, with the intent to possibly remove from the product all together in a future release.Note: Documentation should probably also be updated to remove mentioning this.See Links below for docs PR.Also, this "addresses" ManageIQ/manageiq-api#898 by simply not making it a requirement to fix any more. Also should simplify #6917
Before
Admin
Links