Skip to content

Revert "Merge branch '214607-ci-jwt-signing-key/check' into 'master'"

Krasimir Angelov requested to merge revert-d7ba793d into master

What does this MR do?

We had #214607 (closed) reverted (see gitlab-com/gl-infra/production#2284 (closed)) but meanwhile we got !33920 (merged) merged. The later is a complementary to the former and adds a check to the gitlab:check rake task. While it's (most likely) OK to have it, it makes no sense to keep it until we sort out the root issue with #214607 (closed).

This MR reverts !33920 (merged) to get rid of this check.

In the context of gitlab-com/gl-infra/production#2284 (closed) it's questionable how useful will such check be anyway, given it will run on just one node (where the rake task is executed).

Screenshots

Does this MR meet the acceptance criteria?

Conformity

/label Category:Secrets Management ~"devops::release" ~"group::release management"

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

Merge request reports