In my enterprise we have a Subversion server which host all projects code. I installed Gitlab and Subgit to set up a mirror which synchronize with the remote Subversion server. I'd test this with one project, it was a success. But for this i filled credentials Subversion on subgit/passwd Git repository project , where those credentials are in plain text. Morever, if i understand it well, to synchronize each project on Gitlab<==>Subversion, we have to fill credentials subversion about user in this subgit/passwd.
Is it possible to have the same single user account to synchronize all Git repositoies handled by Gitlab? With hidden credentials? My goal is to have all the git repositories mapped with subversion projects, and each git repositories have proper authors, but all of them have one common single user account to synchronize those, just a synchronization account in fact.