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
Terragrunt fails to download a Terraform module from a JFrog Artifactory private registry, resulting in an HTTP error. The error occurs when attempting to download the module using the tfr:// or https protocol
nveeramn
changed the title
Unable to download terraform modules from Jfrog artifactory private registry using tfr
Unable to download terraform modules from Jfrog artifactory private registry using tfr or https
Sep 13, 2024
Describe the bug
Terragrunt fails to download a Terraform module from a JFrog Artifactory private registry, resulting in an HTTP error. The error occurs when attempting to download the module using the tfr:// or https protocol
Steps To Reproduce
also tried using https but doesnt seem to like the credentials and throws 401 error
Seeing 401 error. Tried setting up
TG_TF_REGISTRY_TOKEN
but couldnt find any luck, also made sure that the same creds works with curlExpected behavior
Terragrunt should successfully download the specified module from the Artifactory registry without encountering HTTP errors.
The text was updated successfully, but these errors were encountered: