Skip to content

Add additional fields to DAST Site Profile Form

Dheeraj Joshi requested to merge djadmin-site-profile-form-auth-integration into master

Implements #225378 (closed)

What does this MR do?

This adds new fields to DAST site profile form

Screenshots (strongly suggested)

With additional fields' FF disabled
Before After
image image
With additional fields' FF enabled
Initial state When Auth is enabled
image image

How to test this?

  1. Enable the feature flag:
echo "Feature.enable(:security_dast_site_profiles_additional_fields)" | rails c
  1. Navigate to the DAST site profile form in your GDK: /:namespace/:project/-/security/configuration/dast_profiles/dast_site_profiles/new
  2. Save or update an existing profile
  3. Since the backend is currently not ready, the form submit will result in an error
Edited by Dheeraj Joshi

Merge request reports