Open
Description
What is the bug?
Up until today's release of v2.3.2, we were receiving a warning that the PGP key used to sign the provider was expired. Now it's become an error and is causing our pipelines to fail.
How can one reproduce the bug?
Target any version of the OpenSearch provider, attempt to use tf init
(OpenTofu or Terraform).
What is the expected behavior?
tf init
pulls the provider package without error.
What is your host/environment?
OpenTofu v1.10.1, Linux.
Do you have any screenshots?
Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/
╷
│ Error: Failed to install provider
│
│ Error while installing opensearch-project/opensearch v2.3.2: the provider
│ is not signed with a valid signing key; please contact the provider author
│ (authentication signature from unknown issuer)
╵
Do you have any additional context?
N/A.