Skip to content

Fix broken specs : Generate new GPG key in place of expired one

Thong Kuah requested to merge fix_expired_gpg_key_specs into master

What does this MR do?

Fixes #32956 (closed)

See #32956 (comment 223524940) for how I generated the new key (see 1password for passphrase)

spec/lib/gitlab/gpg/invalid_gpg_signature_updater_spec.rb spec/lib/gitlab/gpg/commit_spec.rb spec/models/gpg_key_spec.rb spec/features/profiles/gpg_keys_spec.rb all pass with this commit (and failed without)

Does this MR meet the acceptance criteria?

Conformity

Performance 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 🤖 GitLab Bot 🤖

Merge request reports