Skip to content

Draft: Add new scenario that has gpg signing enabled for gitaly

John McDonnell requested to merge jmd/add-gpg-signing-scenario into master

What does this MR do and why?

In order to support Commit Signing for GitLab UI Commits we need a configuration that has a gpg key set to actually sign the UI commits.

Screenshots or screen recordings

image

How to set up and validate locally

$ bundle exec exe/gitlab-qa Test::Integration::GitalyAdhocTestBed EE --no-teardown

# when up and running 

$ docker exec -ti gitlab
$ gitlab-rails console
$ Feature.enable(:gitaly_gpg_signing)
  1. Navigate to your browser https://gdk.test (note it runs on port 443 due to the MTLS config)
  2. Create a project and add some commits via the UI
  3. Note on the commits page, or after commits you see the verified tag

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by John McDonnell

Merge request reports