cosign icon indicating copy to clipboard operation
cosign copied to clipboard

Add support for GitLab group variables

Open robertohueso opened this issue 1 year ago • 1 comments

Summary

This PR refactors pkg/cosign/git/gitlab/gitlab.go to make it work with both project variables and group variables. This is mainly used when running

cosign generate-key-pair gitlab://<path>

This solves #2914 for GitLab.

Release Note

  • GitLab go-cloud style URIs now work both projects and groups.

Documentation

This probably does not require any change in docs apart from the ones included in this PR.

robertohueso avatar Oct 01 '24 17:10 robertohueso