sigstore / gitsign

Keyless Git signing using Sigstore
Other
937 stars 61 forks source link

Remove local-user validation. #491

Closed wlynch closed 5 months ago

wlynch commented 5 months ago

Summary

This flag isn't required, and we're not really using it today. It's usually used to inform the signing tool what key to use, but for keyless signing we don't need this.

Leaving the flag in because we need it defined for git not to error out. We may start using it as a mechanism to support BYO keys in the future.

Release Note

Documentation

wlynch commented 5 months ago

cc @adityasaky