Issue
Currently when checking fingerprint, we use GITLAB_SSH config option with hostname:port of gitlab SSH server, but gitlab API actually returns a ssh URI for created/existing project. Issue is that project creation is handled in async task (celery) and no user interaction is possible, that means that mirror has to already exist in database when task is triggered...
Issue
Currently when checking fingerprint, we use
GITLAB_SSHconfig option withhostname:portof gitlab SSH server, but gitlab API actually returns a ssh URI for created/existing project. Issue is that project creation is handled in async task (celery) and no user interaction is possible, that means that mirror has to already exist in database when task is triggered...