We want to know if it's technically possible like in GitHub, to do a git push
using https
protocol and not ssh
and without using directly an username and password in the curl request.
I have seen people that seem to think it is possible, we weren't able to prove it.
Is there any proof or witness out there than can confirm such a feature that allow you to push using a user access token or the gitlab-ci-token
within the CI?