Push to GitLab repository within CI server (deploy keys)

烈酒焚心 提交于 2019-12-05 06:07:34

Update 2017: since GitLab 8.16 (January 2017), and issue 1376, you now can add deploy keys with write-access.


Original answer (2013): It is right a deploy key don't (and won't) have write access to a project (as mentioned in issue 2134).

That leaves you with:

  • creating an LDAP generic account (if those accounts are authorized in your organization)
  • creating a dummy account in a separate LDAP server (but the gitlab omniauth-ldap doesn't support multiple LDAP declaration).
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!