OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

Enforce commit signature verification for tcollector #462

Closed ZiqianXu closed 6 months ago

ZiqianXu commented 2 years ago

Hi tcollector dev,

I noticed all the tcollector releases do not have signature verification, so when download the source tarball to our system, we can not be assured that your commits come from a trusted source.

Can tcollector sign tags and commits locally using GPG or S/MIME? Therefore these tags or commits are marked as verified on GitHub so other people can trust that the changes come from a trusted source.

https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification

Thanks

vasiliyk commented 6 months ago

Thank you for your suggestion! We will do it.

We already signing commits and I see that it is quite easy to sign tags even manually with: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-tags