Skip to content

Subscription Activation: Upload License Link

Angelo Gulina requested to merge ag-327478-upload-license-link into master

What does this MR do?

This MRs is displaying a link in the Subscription Activation Card in order to allow the upload of legacy licenses, via the currently used path license/new (later to be replaced by subscription/new). It relates to gitlab-org/gitlab#327478

A feature flag is not used because this feature is for self-managed instances. The feature is behind an Application Setting and it's not released nor documented. To test it locally, see the following steps.

To test the changes locally

  1. Delete any previous license you might have

  2. Make sure you have set the following environment vars (usually in your terminal) and restart gdk

    • GITLAB_LICENSE_MODE is set to test
    • CUSTOMER_PORTAL_URL is set to https://customers.stg.gitlab.com
  3. Use Rails console to run ApplicationSetting.current.update(cloud_license_enabled: true)

  4. Navigate to admin/cloud_license

  5. You should see the link and by clicking it you should be directed to license/new

Screenshots (strongly suggested)

Activation
Screenshot_2021-05-05_at_14.05.22

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 Angelo Gulina

Merge request reports

Loading