From d7c732b956bef1272f686dfb10e0bb54a2acf962 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:52:36 +0100 Subject: [PATCH 1/2] Fixes opentofu/registry#1255: template for provider request Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- frontend/docs/users/providers.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/frontend/docs/users/providers.md b/frontend/docs/users/providers.md index bf54cff..b132df7 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 folks, 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! +``` From 0bf3f23bfa81f7237db7d66451f7d3c6c1bdfcea Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:42:56 +0100 Subject: [PATCH 2/2] Wording fix Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- frontend/docs/users/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/docs/users/providers.md b/frontend/docs/users/providers.md index b132df7..be163c9 100644 --- a/frontend/docs/users/providers.md +++ b/frontend/docs/users/providers.md @@ -62,7 +62,7 @@ If you find a bug in a provider, please report the issue directly to the provide 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 folks, thank you for your work on this provider. +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