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

tofu init: authentication signature from unknown issuer #162

Closed
tomvrugt opened this issue Jul 2, 2024 · 5 comments
Closed

tofu init: authentication signature from unknown issuer #162

tomvrugt opened this issue Jul 2, 2024 · 5 comments

Comments

@tomvrugt
Copy link

tomvrugt commented Jul 2, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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

  • #0000
@jeroenwittock
Copy link
Collaborator

jeroenwittock commented Sep 2, 2024

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

@oborys
Copy link
Member

oborys commented Sep 2, 2024

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

@tomvrugt
Copy link
Author

tomvrugt commented Sep 3, 2024

@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 opentofu/registry#889 seems not merged into main yet. I'll await the merge and try again.

@oborys
Copy link
Member

oborys commented Sep 5, 2024

@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
Copy link
Author

tomvrugt commented Sep 5, 2024

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

@oborys oborys closed this as completed Sep 5, 2024
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

3 participants