CiscoDevNet / terraform-provider-aci

Terraform Cisco ACI provider
https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs
Mozilla Public License 2.0
84 stars 99 forks source link

tofu init: authentication signature from unknown issuer #1198

Closed tomvrugt closed 2 months ago

tomvrugt commented 2 months ago

Community Note

Terraform Version

$ tofu -v
OpenTofu v1.6.2
on linux_amd64

APIC version and APIC Platform

Affected Resource(s)

N/A

Terraform Configuration Files

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

Debug Output

Panic Output

Expected Behavior

ACI provider is installable from OpenTofu registry

Actual Behavior

Installing the ACI 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/aci...
- Installing ciscodevnet/aci v2.14.0...
â•·
│ Error: Failed to install provider
│
│ Error while installing ciscodevnet/aci v2.14.0: authentication signature from unknown issuer
╵

Important Factoids

References

akinross commented 2 months ago

Hi @tomvrugt,

Thanks for rising the issue, we are currently already in the progress of looking into this. See also https://github.com/opentofu/registry/pull/390.

tomvrugt commented 2 months ago

@akinross Thanks for the speedy answer! I'll await the deplyment of opentofu/registry#390 then. Cheers!

lhercot commented 2 months ago

It actually has been merged with https://github.com/opentofu/registry/pull/394 as their automated submission did not allow to add but wanted to update the existing key but we uses different keys for different providers.

tomvrugt commented 2 months ago

Yes, it now works now! Thanks @akinross @lhercot ! Closing the issue