Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes opentofu/registry#1255: template for provider request #238

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
```
Loading