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
628 stars 108 forks source link

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

Closed chris-mcclure-array closed 1 day ago

chris-mcclure-array commented 5 months 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 months ago

Duplicate of #294

pre commented 2 months ago

Use the maintained fork instead https://github.com/alekc/terraform-provider-kubectl

gavinbunney commented 1 day ago

This has been fixed from v1.16+