Skip to content

Prevent manual upload of cloud license

Tyler Amos requested to merge 325594-prevent-cl-upload into master

What does this MR do?

Related to #325594

This MR prevents cloud licenses from being manually uploaded or entered in the admin panel.

  • Updates the LicenseController#create action to prevent cloud licenses from being created.
  • Presents an alert to the user to upload a valid license if a cloud license is used.
  • Improve LicenseController specs with expectations on the creation of License records.

Screenshots (strongly suggested)

The following is the alert shown when a cloud license is used: Screen_Shot_2021-04-06_at_5.01.28_PM

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
Edited by Tyler Amos

Merge request reports