Replies: 1 comment
-
Hey @rlmfc ! I think with 2FA enabled you need to use https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html or https://docs.gitlab.com/ee/security/two_factor_authentication.html#2fa-for-git-over-ssh-operations. For the access token route, we could simply add a generic Basic Auth option for git, analogously to terraform-module-versions/main.go Lines 150 to 154 in 9e8c803 I can take a stab at it sometime this week (depending on work workload..). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting error on check with all MFA enabled gitlab repositories -
"[terraform-module-versions] error: fetch versions from : git list refs: authentication required"
Tried setting SSH insteadOf HTTPS, and using git credential-helper, but nothing seems to work.
Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions