Switch the default for FF_GIT_URLS_WITHOUT_TOKENS back to false
What does this MR do?
It switches back FF_GIT_URLS_WITHOUT_TOKENSs default to false, thus using hardcoded tokens instead of using a git cred helper.
Why was this MR needed?
To not have users run into issues like #38801 (closed) .
What's the best way to test this MR?
- run a build against a repo with priv submodules
- with git strategy "clone"
- see that all repos are successfully pulled in
What are the relevant issue numbers?
related: #38801 (closed)
Edited by Hannes Hörl