Auth fails for GitLab submodules

I’m having problems with the deploy of my project. Basically it fails on checking out the GitLab submodules. I didn’t change anything in the repo that could be the cause, but maybe the recent GitLab release to 14.10 has something to do with it!?

From the render log:

==> Syncing Git submodules
remote: HTTP Basic: Access denied
fatal: Authentication failed for ’ https://oauth2:render:-PE....uC@gitlab.com/.../myproj.git/

It seems like it is using ‘render’ as user name and that in the doc for how to connect GitLab it shows render as user in merge request comments, but in my setup I see my own user name.

We’ve determined that the reason why GitLab submodules was failing was due to a change we made to start using deploy tokens which are scoped for a single project. We’ve reverted this change, and checking GitLab submodules should correctly work again.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.