CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 30 forks source link

tofu init: authentication signature from unknown issuer #162

Closed tomvrugt closed 3 weeks ago

tomvrugt commented 2 months ago

Community Note

Terraform Version

$ tofu -v
OpenTofu v1.6.2
on linux_amd64

Affected Resource(s)

N/A

Terraform Configuration Files

terraform {
  required_providers {
    fmc = {
      source = "CiscoDevNet/fmc"
    }
  }
}

Debug Output

Panic Output

Expected Behavior

FMC provider is installable from OpenTofu registry

Actual Behavior

Installing the FMC provider from OpenTofu registry fails. Please submit GPG public key to https://github.com/opentofu/registry.

Steps to Reproduce

$tofu init

Initializing the backend...

Initializing provider plugins...
- Finding latest version of ciscodevnet/fmc...
- Installing ciscodevnet/fmc v1.4.8...
ā•·
ā”‚ Error: Failed to install provider
ā”‚
ā”‚ Error while installing ciscodevnet/fmc v1.4.8: authentication signature from unknown issuer
ā•µ

Important Factoids

References

jeroenwittock commented 3 weeks ago

We are working to make our provider available. Hopefully in the next few days everything falls into place.

oborys commented 3 weeks ago

@tomvrugt GPG public key was submitted https://github.com/opentofu/registry/issues/888. Please try to install the provider from the OpenTofu registry

tomvrugt commented 3 weeks ago

@tomvrugt GPG public key was submitted opentofu/registry#888. Please try to install the provider from the OpenTofu registry

@oborys Install still fail, but PR https://github.com/opentofu/registry/pull/889 seems not merged into main yet. I'll await the merge and try again.

oborys commented 3 weeks ago

@tomvrugt I've updated the Key, and the PR has been merged. Please try again and let us know if we can close the issue.

tomvrugt commented 3 weeks ago

@oborys install now works! Thanks! Please go ahead and close the issue.