Skip to content

Make environment variables consistent

For better consistency

Rename DAST_AUTH_EXCLUDE_URLS to DAST_EXCLUDE_URLS since its not exclusively related to "AUTH"

  • Update the documentation to refer to the new variable
  • Continue to support the old variable in the code, but remove it from the documentation

Use CI_SERVER_VERSION_MAJOR to check the version of GitLab so that DAST_AUTH_EXCLUDE_URLS can be removed after %14.0

Implementation Plan

Edited by Craig Smith