-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
Goal:
Users can assign an OpenSCAP Proxy to a host. This can be done individually for a host via the host edit form, but also in bulk via the legacy host overview UI (see screenshot). The new UI currently doesn't support this.
Acceptance criteria:
- ...
Implementation notes
- There is an endpoint for the action and form data: /hosts/update_multiple_openscap_proxy?host_ids[]=7 smart_proxy[id]=2 but this may need to be ported over to the new bulk actions manager (https://github.com/theforeman/foreman/blob/develop/app/services/bulk_hosts_manager.rb). However, SCAP is also a plugin and this may not be the right place.
- Smart Proxies can be listed using /api/smart_proxies?search=feature+%3D+"Openscap"&per_page=all
- relates to
-
SAT-37344 New hosts ui missing SCAP-related buttons
-
- Closed
-