Skip to content

Remove cloud_license_enabled application setting

What does this MR do?

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/329993

All feature for cloud licensing were previously guarded with the application setting cloud_license_enabled. This setting is not needed anymore and can be removed. All features that were guarded with this setting will now be the default behavior.

The cloud_license_enabled column will be removed from the database with !65541 (merged).

Screenshots or Screencasts (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Corinna Gogolok

Merge request reports

Loading