Spinnaker 可以使用非基本身份验证与 Jenkins 实例集成吗?
Can Spinnaker be integrated with a Jenkins instance using non-basic authentication?
根据 Spinnaker 文档,必须使用基本身份验证部署 Jenkins 才能进行集成。我的 Jenkins 服务器使用 Github 身份验证 - 这是否意味着我无法将两者集成?
我已经尝试过,但在检索作业时出现连接错误。
Igor(将 Spinnaker 连接到 Jenkins 的服务)only supports basic auth 目前。
但是,看起来您可以将 github 令牌与 jenkins http 基本身份验证一起用于 get around this problem:
jenkins:
username: <github_user>
password: <github_oauth_token>
根据 Spinnaker 文档,必须使用基本身份验证部署 Jenkins 才能进行集成。我的 Jenkins 服务器使用 Github 身份验证 - 这是否意味着我无法将两者集成?
我已经尝试过,但在检索作业时出现连接错误。
Igor(将 Spinnaker 连接到 Jenkins 的服务)only supports basic auth 目前。
但是,看起来您可以将 github 令牌与 jenkins http 基本身份验证一起用于 get around this problem:
jenkins:
username: <github_user>
password: <github_oauth_token>