-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor fingerprint check to use ssh info from gitlab project instead of hardcoded one in config #40
Comments
Hello @Salamek , I suppose the error I am getting whenever I try to update any of the existing configuration is related to this.
Is there any workaround for this? |
@cenk1cenk2 did you set GITLAB_SSH = 'gitlab.your-domain.com:22' in your /etc/gitlab-tools/config.yml ? as is mentioned in 1.3 release notes? |
Yeah, sorry I suppose I have missed one and failed to read the release note since directly updated to 1.4.4. Sorry for taking your time the reply but I really do appreciate it! Have a very nice day @Salamek! |
Issue
Currently when checking fingerprint, we use
GITLAB_SSH
config option withhostname: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...The text was updated successfully, but these errors were encountered: