You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): Helm chart installation on support platform.
Proxy/Cert Details:
Provider Information
What is the version of the Rancher v2 Terraform Provider in use? v4.1.0
What is the version of Terraform OpenTofu in use? OpenTofu v1.8.1 on darwin_arm64
Describe the bug
Basically, the GPG keys of this provider are missing in the OpenTofu module registry. When performing tofu init we can see the below message.
- Installing rancher/rancher2 v4.1.0...
- Installed rancher/rancher2 v4.1.0. Signature validation was skipped due to the registry not containing GPG keys for this provider
- Installing rancher/rancher2 v4.1.0...
- Installed rancher/rancher2 v4.1.0. Signature validation was skipped due to the registry not containing GPG keys for this provider
Expected Result
The rancher2 provider should be downloaded and verified.
The text was updated successfully, but these errors were encountered:
We don't specifically support open Tofu directly, we had an issue with GPG keys in the Terraform registry a while back which we resolved by extending the expiration date. It is possible that this was resolved at the same time, but we don't have any testing process in place to validate. @egrosdou01 has this been resolved?
Rancher Server Setup
Provider Information
TerraformOpenTofu in use? OpenTofu v1.8.1 on darwin_arm64Describe the bug
Basically, the GPG keys of this provider are missing in the OpenTofu module registry. When performing
tofu init
we can see the below message.- Installing rancher/rancher2 v4.1.0... - Installed rancher/rancher2 v4.1.0. Signature validation was skipped due to the registry not containing GPG keys for this provider
To Reproduce
tofu init
Actual Result
- Installing rancher/rancher2 v4.1.0... - Installed rancher/rancher2 v4.1.0. Signature validation was skipped due to the registry not containing GPG keys for this provider
Expected Result
The rancher2 provider should be downloaded and verified.
The text was updated successfully, but these errors were encountered: