Skip to content

Create DAST Configuration page [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Dheeraj Joshi requested to merge djadmin-dast-configuration into master

What does this MR do?

This MR

  • Adds a enable button for DAST in Security Configuration Page.
  • Adds a boilerplate page for upcoming DAST Configuration / Settings Page.
  • Adds a new feature flag (dast_configuration_ui) and control the aforementioned changes using the flag

Screenshots (strongly suggested)

Before After (when feature flag is enabled)
image image

How to test this

  1. Enable the feature flag.
echo "Feature.enable(:dast_configuration_ui)" | rails c
  1. Navigate to a project's Security Configuration page at /:namespace/:project/-/security/configuration.
    • You should see the Enable link in the DAST section.
    • Clicking on the link should take you to the empty DAST Settings page

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Dheeraj Joshi

Merge request reports