Draft: Prefill Policy Editor using Compliance Pipelines migration params
requested to merge 474383-compliance-pipelines-fe-policy-editor-uses-params-to-pre-fill-form into master
What does this MR do and why?
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Enable feature flag
ff_compliance_pipeline_maintenance_mode
in rails console (rails c
):Feature.enable :ff_compliance_pipeline_maintenance_mode
- Visit compliance center Docs
- Create/Edit a framework
- Click 'Create a policy', observe URL
- Go back
- Fill in pipeline config path
- Click 'Migrate to a policy', observe URL (Note: the policy editor does not use these data yet.)
Related to #474383 (closed)
Edited by Nate Rosandich