Azure DevOps feed with PAT:需要哪些权限?

huangapple go评论86阅读模式
英文:

Azure devops feed with PAT : what permissions are needed?

问题

我们有一个可以在Visual Studio或Azure管道中正确使用的源。
现在,我想从命令行中使用它(主要是为了Dockerfile)。

如果我配置了一个具有“构建 > 读取”或“构建 > 读取和执行”的PAT,它不起作用。
如果我配置了一个具有“完全访问权限”的PATH,它就可以工作。

我的问题是:为了能够使用私有NuGet源,需要使用最低特权的PAT策略是什么?

英文:

We have a feed that we can correctly use from Visual Studio or Azure pipeline.
Now, I want to use it from commandline (mainly for a dockerfile)

If I configure a PAT with "Build > Read" or "Build > Read & Execute" it does not work.
If I configure a PATH with "Full access", it works

My question is : what is the least privileged policy to use for the PAT in order to work with private nuget feed ?

答案1

得分: 3

你需要在Packing中获得读取和写入权限。如果范围未显示完整,请点击保存按钮上方的显示所有范围

英文:

You need read&write permission in Packing. If the scopes does not show full , please click Show all scopes above the Save button.

Azure DevOps feed with PAT:需要哪些权限?

huangapple
  • 本文由 发表于 2020年1月3日 16:26:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/59575282.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定