Skip to content

Change API Security port number to 5000

Michael Eddington requested to merge 287702-change-port-number into master

What does this MR do?

Change the scanner service port to 5000 instead of 80. This work supports moving our container to run as a non-root user.

Relates to #287702 (closed)

CI Template

  1. The API Fuzzing CI template is not versioned yet (less than 1yr old).
  2. This change is backwards compatible. The existing port 80 will continue to work.
  3. No tests have been updated. The CI template logic hasn't changed, so no tests need updating.
  4. Test project:
    1. Project is here
    2. Template is here
    3. Job is here

Screenshots (strongly suggested)

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #287702 (closed)

Edited by Michael Eddington

Merge request reports