gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
609 stars 102 forks source link

Error while installing registry.opentofu.org/gavinbunney/kubectl v1.14.0: authentication signature from unknown issuer #296

Open chris-mcclure-array opened 1 month ago

chris-mcclure-array commented 1 month ago

Hey, I looked through the other issues and perhaps I missed the answer already. If so, my bad. We switched from hashicorp to opentofu.org to pull all our modules. Not a big deal and all the other providers seem to be fine, but for whatever reason I get this with yours.

│ Error: Failed to install provider
│ 
│ Error while installing registry.opentofu.org/gavinbunney/kubectl v1.14.0: authentication signature from unknown issuer

Here is my provider bit.

    kubectl = {
      source  = "registry.opentofu.org/gavinbunney/kubectl"
      version = ">= 1.7.0"
    }

We use version 1.14.

Any ideas? Do I have to do something special for it to just switch over to opentofu? Thank you

mpepping commented 4 weeks ago

Duplicate of #294