Skip to content

Require credit card info to new users only

Fabio Pitino requested to merge ask-cc-info-to-new-users into master

What does this MR do?

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/330113

With !61152 (merged) we are introducing a credit card to be on file for users to run CI pipelines. This is a current bandaid solution to stop abusers.

In this MR we are limiting the credit card requirement to only users created after the release day May 17th. Any users created before this date won't be affected and can run CI pipelines on free and trial plans without the need to insert credit card information.

Changelog not added since the whole feature is behind feature flag and hasn't been enabled yet.

Screenshots (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 Fabio Pitino

Merge request reports