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
I have already searched this project's issues to determine if a similar question has already been asked.
What is your question?
When using a private repo for IAC, and an environment has been pinned to a version. Running terragrunt apply locally attempts to pull the git ref of that IAC repo but is requesting I add in the username and password.
In CI, this fails as follows,
* downloading source url git::https://github.com/some-project/panfactum.git?ref=c4faf5fda04dc7ff0e03ac58b93324ecf61c5cf3/infrastructure//service_cron_jobs
error occurred:
* error downloading 'https://github.com/some-project/panfactum.git?ref=c4faf5fda04dc7ff0e03ac58b93324ecf61c5cf3%2Finfrastructure%2F%2Fservice_cron_jobs': /bin/git exited with 128: Cloning into '/tmp/.terragrunt/F_YsDVtsZueiuJXVagVfUeW4bKY/H5ik8Y2Wojt9rAz5bGo1gNysWXg'...
fatal: could not read Username for 'https://github.com': No such device or address
My panfactum.yaml looks like
environments_dir: environments
iac_dir: infrastructure
repo_url: git::https://github.com/some-project/panfactum.git
repo_name: panfactum
repo_primary_branch: main
Where is the username:password supposed to be stored?
Also, why does this only occur once a version has been pinned?
What primary components of the stack does this relate to?
terraform
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Prior Search
What is your question?
When using a private repo for IAC, and an environment has been pinned to a version. Running
terragrunt apply
locally attempts to pull the git ref of that IAC repo but is requesting I add in the username and password.In CI, this fails as follows,
My panfactum.yaml looks like
Where is the username:password supposed to be stored?
Also, why does this only occur once a version has been pinned?
What primary components of the stack does this relate to?
terraform
Code of Conduct
The text was updated successfully, but these errors were encountered: