diff --git a/frontend/docs/users/providers.md b/frontend/docs/users/providers.md index bf54cff5..be163c98 100644 --- a/frontend/docs/users/providers.md +++ b/frontend/docs/users/providers.md @@ -57,3 +57,19 @@ If you find a bug in a provider, please report the issue directly to the provide -> Provider namespaces and names in the OpenTofu registry translate directly to GitHub URLs in the form of `github.com/NAMESPACE/terraform-provider-NAME`. +## Asking provider authors to submit their GPG keys + +If you are a user of a specific provider, and you would like to ask a provider author to submit their GPG key, you can use the following template to open an issue with the provider: + +```markdown +Hello team, thank you for your work on this provider. + +I'm using this provider with OpenTofu and I would like to ask you to +submit your GPG public key to the OpenTofu registry in order to enable +the verification of the provider binaries. You can do it simply via a +[GitHub issues here](https://github.com/opentofu/registry/issues/new/choose). +It takes a few minutes and OpenTofu does not require any special permissions +to your GitHub repository. + +Thank you for your help! +```