You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to migrate to OpenTofu with all providers' GPG signatures validated. However, OpenTofu skips validation for this provider because the OpenTofu registry does not have this provider's GPG key.
Note: For security reasons, it has to be submitted by the provider author for the OpenTofu registry to accept it.
Alternatives considered
Out-of-band GPG validation for providers missing keys in the OpenTofu registry. This is a pain :)
Additional context
OpenTofu is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation.
Hashicorp opentofu/roadmap#24 (comment) for the terraform provider registry to disallow usage with things other than terraform, so OpenTofu had to build its own registry.
Potential impact
Allows OpenTofu users to use this provider with the same security guarantees they would using Terraform.
The text was updated successfully, but these errors were encountered:
We would like to migrate to OpenTofu with all providers' GPG signatures validated. However, OpenTofu skips validation for this provider because the OpenTofu registry does not have this provider's GPG key.
You can follow this link to submit it: Submit new Provider Signing Key
If you don't have access to the public key anymore, you can retrieve it from the Terraform registry:
Note: For security reasons, it has to be submitted by the provider author for the OpenTofu registry to accept it.
Alternatives considered
Out-of-band GPG validation for providers missing keys in the OpenTofu registry. This is a pain :)
Additional context
OpenTofu is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation.
Hashicorp opentofu/roadmap#24 (comment) for the terraform provider registry to disallow usage with things other than terraform, so OpenTofu had to build its own registry.
Potential impact
Allows OpenTofu users to use this provider with the same security guarantees they would using Terraform.
The text was updated successfully, but these errors were encountered: