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

Unable to initialize provider plugin on OpenTofu due to invalid signing key #88

Open
msproul-onezero opened this issue Nov 25, 2024 · 0 comments

Comments

@msproul-onezero
Copy link

Description of the issue

We are unable to initialize delineaxpm/tss v2.0.9 on OpenTofu v1.8.6 due to an invalid signing key.

Expected behavior

Running tofu init should successfully initialize delineaxpm/tss provider plugin.

Actual behavior

Initializing provider plugins...
- Finding delineaxpm/tss versions matching "2.0.9"...
- Installing delineaxpm/tss v2.0.9...
╷
│ Error: Failed to install provider
│ 
│ Error while installing delineaxpm/tss v2.0.9: the provider is not signed with a valid signing key; please contact the provider author (authentication signature from unknown
│ issuer)
╵

Your environment

OpenTofu v1.8.6 on linux_amd64
delineaxpm/tss v2.0.9

Steps to reproduce

Create main.tf with the following code block:

terraform {
  required_providers {
    tss = {
      source = "DelineaXPM/tss"
      version = "2.0.9"
    }
  }
}

Run tofu init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant