gerrit:使用 LDAP 身份验证并拥有 Jenkins 的 gerrit-local 帐户
我们在公司环境中使用 LDAP 身份验证的新 gerrit 2.2.1 服务器。我们还有一个 Jenkins 服务器作为本地 UNIX jenkins 用户运行,我想使用 gerrit 进行签入并将构建结果发布到 gerrit 中。
我们没有“jenkins”LDAP 帐户,即使有,系统组也不会给出系统帐户的密码,因此我无法进入 Web UI、创建帐户并添加 jenkins 的公共帐户ssh 密钥。如何向 gerrit 添加 Jenkins 可以使用的“jenkins”帐户?我们已经有很多人在 Gerrit 中注册了,所以我需要小心任何操作。
We a new gerrit 2.2.1 server using LDAP authentication in our corporate environment. We also have a Jenkins server running as a local UNIX jenkins user that I want to get check in with gerrit and post build results into gerrit.
We don't have a "jenkins" LDAP account, and even if we did, the systems group doesn't give out passwords for system accounts, so I can't go into the web UI, create the account and add jenkins' publich ssh key. How I can add a "jenkins" account to gerrit that Jenkins can use? We already have a number of people registered in Gerrit, so I need to be careful with any operations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更多的谷歌搜索发现 Paulo Pires 的博客文章,这导致使用 Gerrit 的 创建帐户 命令。
A little more Google searching found Paulo Pires's blog post, which led to using Gerrit's create-account command.