Skip to content

Subscription URL to point to staging for test and dev env

Alper Akgun requested to merge 254955-hard-coded-customers-gitlab-com-url into master

What does this MR do?

Subscription URL to point to staging for test and dev env

The reason is to prevent test & dev environments accessing links and API calls to the production environment.

Verified that, on gprd (gitlab.com production) rails console, the CUSTOMER_PORTAL_URL isn't configured as an environment variable. So we rely on the hard coded value.

[ gprd ] production> ENV.fetch('CUSTOMER_PORTAL_URL', 0)
=> 0

Issue #254955 (closed)

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 Gabriel Mazetto

Merge request reports