Skip to content

Revert "Merge branch 'enable-ff-ci-scoped-job-token' into 'master'"

Fabio Pitino requested to merge revert-58a70258 into master

What does this MR do?

Reverting !65848 (merged) due to a production incident where CI job token scope was preventing package downloads.

Database migration

== 20210716074555 RevertDefaultJobTokenScope: reverting =======================
-- change_column_default(:project_ci_cd_settings, :job_token_scope_enabled, {:from=>false, :to=>true})
   -> 0.0037s
== 20210716074555 RevertDefaultJobTokenScope: reverted (0.0124s) ==============

== 20210716074555 RevertDefaultJobTokenScope: migrating =======================
-- change_column_default(:project_ci_cd_settings, :job_token_scope_enabled, {:from=>true, :to=>false})
   -> 0.0111s
== 20210716074555 RevertDefaultJobTokenScope: migrated (0.0176s) ==============

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