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

OpenTofu Registry - Provider signing with GPG key #165

Open
dbrennand opened this issue May 3, 2024 · 1 comment
Open

OpenTofu Registry - Provider signing with GPG key #165

dbrennand opened this issue May 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dbrennand
Copy link

dbrennand commented May 3, 2024

Your environment

Terraform Provider Version: 1.4.3

OS: MacOS

OpenTofu Version: OpenTofu v1.7.0

What happened?

When running tofu init, the following warning is shown because the OpenTofu registry doesn't have the GPG keys for the provider:

- Installed 1password/onepassword v1.4.3. Signature validation was skipped due to the registry not containing GPG keys for this provider

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

What did you expect to happen?

No warnings to show and the provider is verified against the 1Password GPG key.

Steps to reproduce

# tofu init
terraform {
  required_version = ">= 1.6.2"
  required_providers {
    onepassword = {
      source  = "1Password/onepassword"
      version = "1.4.3"
    }
  }
}

Notes & Logs

1Password provider in OpenTofu registry: https://github.com/opentofu/registry/tree/main/providers/1/1Password

Submit provider GPG key form: https://github.com/opentofu/registry/issues/new?assignees=&labels=provider-key%2Csubmission&projects=&template=provider_key.yml&title=Provider+Key%3A+

@dbrennand dbrennand added the bug Something isn't working label May 3, 2024
@dbrennand
Copy link
Author

dbrennand commented May 3, 2024

Please could this issue be re-labeled from bug to the correct label. This isn't a bug in the provider itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant