Closed brunston closed 1 year ago
This seems to be causing Terraform installs on Amazon Linux to fail.
Getting this error as of the last couple of hours (was working up until then):
Public key for terraform-1.3.7-1.x86_64.rpm is not installed
terraform-1.3.7-1.x86_64.rpm | 13 MB 00:00:00
Retrieving key from https://rpm.releases.hashicorp.com/gpg
Invalid GPG Key from https://rpm.releases.hashicorp.com/gpg: No key found in given key data
We are experiencing exact same issue on our EC2 instances as well.
Getting the same issue on docker centos:7 image.
Thanks for the reports. Please follow https://status.hashicorp.com/incidents/5zxyf7fyzq91 for updates
Thanks for the reports. Please follow https://status.hashicorp.com/incidents/5zxyf7fyzq91 for updates
@mdeggies please note this is also affecting Ubuntu apt
repositories for Terraform, not just rpm
, as anyone comparing fingerprints with the documentation will see a mismatch.
Thanks @brunston - I've updated all known references to the old key's fingerprint in the documentation official packaging guide, security page, https://developer.hashicorp.com/terraform/tutorials/docker-get-started/install-cli, etc. Let me know if you find any other stragglers.
@mdeggies I see the old fingerprint at https://developer.hashicorp.com/terraform/cli/install/apt still
Hi everyone,
It's not fixed for APT repositories. The key is still invalid and we can't download package (except with the use of --allow-unauthenticated options with apt)
Thanks
The documentation fix was not fully deployed at the time this issue was marked closed. It should be live now, with all references pointing back to the official packaging guide. Please let us know if you are still seeing an issue when following these instructions.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Affected Pages
https://www.hashicorp.com/security https://developer.hashicorp.com/terraform/tutorials/docker-get-started/install-cli https://www.hashicorp.com/official-packaging-guide
What is the docs issue?
I was trying to install Terraform on Ubuntu with the official instructions 0.
When trying to verify Hashicorp's GPG signing key I see this command
should have the expected output of
as of the writing of this issue. This also matches Hashicorp's Security page 1 under the heading Linux Package Checksum Verification.
However, I see a new key created 2023-01-10 instead:
I assume this change is related to the response to the CircleCI incident 2 but the documentation has not been updated to reflect the new keys?
Proposal
GPG key needs to be updated.
References
No response