Skip to content

API fuzz - configuration screen - Create configuration page

What does this MR do?

This boilerplates a new page to host the upcoming API fuzz testing configuration form and links to it from the Security Configuration page.

How to test this?

  1. Enable the feature flag.
echo "Feature.enable(:api_fuzzing_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 API Fuzzing section.
    • Clicking on the link brings you to the, currently empty, API fuzz testing configuration page.

Screenshots (strongly suggested)

Before After
before after

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #299125 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports