terraform-provider-fmc
terraform-provider-fmc copied to clipboard
tofu init: authentication signature from unknown issuer
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