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
626 stars 107 forks source link

Failed to retrieve authentication checksums for provider #264

Closed davejhahn closed 11 months ago

davejhahn commented 1 year ago

We've been using this provider for > 1 year and all of the sudden we started seeing the following during the init:

Error while installing gavinbunney/kubectl v1.14.0: could not query provider registry for registry.terraform.io/gavinbunney/kubectl: failed to retrieve authentication checksums for provider: the request failed after 2 attempts, please try again later: Get "https://objects.githubusercontent.com/github-production-release-asset-2e65be/XXXXX":

Full URL obfuscated w/XXXXX

The URL that is displayed, if visited, returns a 401 (although not sure if it would ever work directly).

Not occurring locally but happening on our build agents to add another twist.

MikeBlomm commented 1 year ago

Same issue, also only with automated pipelines (Github Actions). Only solution was to disable the provider..

davejhahn commented 11 months ago

This happens periodically, we've learned to live with it.