Skip to content

Cloud License: Subscription activation service

Mark Chao requested to merge 273501-activation-api into master

What does this MR do?

Adds a service which would call CustomerDot's activate API. If successful, the service would persist the returned authentication_token in ApplicationSetting for future syncs. The token should be encrypted.

This is currently unused as it is the first step of the Cloud License epic, an experimental feature for self managed instance admins. This is guarded by application setting, which is the same as feature flag, therefore I didn't add a changelog here as it is not user facing yet.

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 #273501

Edited by Mayra Cabrera

Merge request reports