Skip to content
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

Private Respositories Using GIT_USERNAME/PASSWORD not working #733

Closed
gambol99 opened this issue May 17, 2023 · 1 comment · Fixed by #734
Closed

Private Respositories Using GIT_USERNAME/PASSWORD not working #733

gambol99 opened this issue May 17, 2023 · 1 comment · Fixed by #734
Labels
bug Something isn't working

Comments

@gambol99
Copy link
Member

Describe the bug

When using a private repository with HTTP authantication, the gitconfig is not being correctly updated. The source binary is supposed to run the git config --global url.NEW.insteadof OLD to allow go-getter to clone the repo. THis git command does not appear to work, causing the clone to fail

To Reproduce

  1. Use a private repor
  2. Configure to a auth secret with GIT_USERNAME and GIT_PASSWORD
  3. Create a Configuration

Expected behavior
The terraform module should be cloned

@gambol99 gambol99 linked a pull request May 17, 2023 that will close this issue
@gambol99 gambol99 added the bug Something isn't working label May 17, 2023
@gambol99 gambol99 changed the title Private Respositories Using GIT_USERNAME/PASSWORD no working Private Respositories Using GIT_USERNAME/PASSWORD not working May 17, 2023
@gambol99
Copy link
Member Author

Closing as fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant