Azure DevOps 中服务连接的管道级访问控制 - 经典编辑器管道

Pipeline Level Access Control for Service Connection in Azure DevOps - Classic Editor Pipelines

我在 Azure DevOps 中创建了 SSH 服务连接。我的帐户已启用 'New service connections experience' 预览功能,并且能够看到服务连接的新安全功能。看来我们可以启用安全性,以便某些 YAML 管道能够使用服务 connection.However,我没有看到经典编辑器的类似功能 pipeline.Can 我得到了一些关于如何实现某些目标的建议类似于经典编辑器?

示例:以下详细信息在同一 ADO 组织和项目下,具有相同级别的用户 (user/admin/reader) 级别访问权限

服务连接名称:test-ssh-connection 创建的经典编辑器管道: 1) pipeline1 - 这可以使用服务连接 2) pipeline2 - 我们要限制服务连接,使该管道无法使用服务连接。

It appears that we can enable security so that certain YAML pipeline(s) are able to use service connection.However, I do not see similar feature for Classic Editor pipeline.Can I get some suggestions on how I can achieve something similar for Classic Editor?

抱歉,但据我所知,目前 不支持 经典管道的类似体验。正如 the document states, pipeline permissions are only for Yaml pipelines while user permissions 用于经典管道一样。

对于Classic pipelines,如果某人用于登录Web portal的帐户没有用户权限,那么他创建的pipeline将无法访问服务连接:

虽然不支持你想要的,但我同意你的意见,如果管道权限功能可以支持经典管道会更好。所以我的建议是在我们的 UserVoice site 上添加您对此功能的请求。感谢您帮助我们构建更好的 Azure DevOps!

希望对您有所帮助:)