英文:
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中获得读取和写入权限。如果范围未显示完整,请点击保存按钮上方的显示所有范围。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论