Skip to content

Commit

Permalink
Merge pull request #238 from opentofu/gpg-template
Browse files Browse the repository at this point in the history
Fixes opentofu/registry#1255: template for provider request
  • Loading branch information
abstractionfactory authored Nov 19, 2024
2 parents c338959 + 0bf3f23 commit 7c6e443
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions frontend/docs/users/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
```

0 comments on commit 7c6e443

Please sign in to comment.