asdf-community / asdf-hashicorp

HashiCorp plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
240 stars 54 forks source link

Adding support for checksum & signature validation. #10

Closed jbharter closed 3 years ago

jbharter commented 4 years ago

This might not be universal for all hashicorp products, but I thought it might be useful to check the checksums, also validating the signature. Might need to add checks to fail quietly if the target machine doesn't have gpg installed.

jbharter commented 4 years ago

Looking at the CI build it looks like consul 1.7.0-ent is no longer available from hashicorp.

Switched to branch 'master'
Downloading consul version 1.7.0+ent from https://releases.hashicorp.com/consul/1.7.0+ent/consul_1.7.0+ent_darwin_amd64.zip
Error: consul version 1.7.0+ent not found
FAILED: install exited with an error
The command "asdf plugin-test consul ./ 'consul version'" exited with 1.
DustinChaloupka commented 3 years ago

Closing this as it was handled by #29 .