Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release signing and key ? #3408

Open
nipil opened this issue Sep 15, 2024 · 3 comments
Open

Release signing and key ? #3408

nipil opened this issue Sep 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@nipil
Copy link

nipil commented Sep 15, 2024

Could you add code signing for the hash file, so that we can verify the download with a trust anchor ?

Thanks in advance

@nipil nipil added the bug Something isn't working label Sep 15, 2024
@yhakbar
Copy link
Collaborator

yhakbar commented Sep 17, 2024

Could you include more detail here, @nipil ? What exactly are you asking for?

If you're looking to verify the integrity of the assets downloaded, you can verify the SHA256 checksum.

$ wget https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.7/terragrunt_linux_amd64
$ wget https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.7/SHA256SUMS
$ grep "$(sha256sum terragrunt_linux_amd64 | awk '{print $1}')" SHA256SUMS

@nipil
Copy link
Author

nipil commented Sep 18, 2024 via email

@denis256
Copy link
Member

I think we need to re-use the same approach as for engine releases - including GPG signature file for checksums

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants