Skip to content

Draft: Use application settings to guard access to trial-related entities

What does this MR do?

Replaces current “guards” which check Gitlab.dev_env_or_com? or simply Gitlab.com? with those that are already being used by other subscription-plan-related areas: Gitlab::CurrentSettings.should_check_namespace_plan?.

See the issue for further details.

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 #292299 (closed)

Edited by Dallas Reedy

Merge request reports