Skip to content

Make job_token_scope_enabled project setting false by default

Fabio Pitino requested to merge reset-job-token-scope-enabled into master

What does this MR do?

Related to #333002 (closed)

Background

In !63446 (merged) and !62733 (merged) we introduced a project setting that enables the CI Job Token Scope feature for newly created projects.

The idea was to make this feature available by default for new projects while keeping it disabled for exiting projects due to backward compatibility problems. However, since implementing the CI Job Token Scope feature took slightly longer than expected we have some new projects created in the meantime with this feature enabled by default according to the project settings but the feature is still disabled via the feature flag. This means that while this setting is enabled by default it still behaves like it's disabled.

This is not a problem for the end-user today since the feature flag hasn't been enabled yet.

However we want to ensure that for now we don't enable this setting for new projects until the feature flag is enabled by default.

Solution

To bring the project setting in line with the feature flag status we are disabling the project setting and keep the default value to false.

In a follow-up MR, after the feature flag has been enabled by default, we will change the column default to true.

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

Loading