-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always use latest repository credentials #846 bug persists #1493
Labels
Comments
same with this version of the provider:
|
I'm unable to reproduce this issue. The configuration quoted above applies correctly without credentials in my case.
Can you please elaborate on why your case requires authentication to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
╷
│ Error: could not login to OCI registry "public.ecr.aws": login attempt to https://public.ecr.aws/v2/ failed with status: 403 Forbidden
│
│ with helm_release.karpenter,
│ on eks.tf line 136, in resource "helm_release" "karpenter":
│ 136: resource "helm_release" "karpenter" {
│
NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.
Can't run debug now, have removed the code from terraform and plan on using the helm --install for karpenter on bash prompt.
Panic Output
Steps to Reproduce
terraform plan and apply both produce the error. impossible to proceed, tries all tricks available on the net
In the end, removed the resource from state file and then commented out from the .tf file.
Expected Behavior
See the same as bug #846
Actual Behavior
Login to oci://public.ecr.aws should refresh when a token has expired. Neither deleting ~/.config/helm nor removing the entire .terraform folder helps. Helm login from CLI(bash) works but as a terraform resource 'helm_release' always fails to login to oci://public.ecr.aws
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: