在TFS中设置服务挂钩并创建Azure存储
设置后我无法完成:
Access denied: [XXX]\Project Collection Service Accounts requires the following usage rights on the StrongBox to perform this action: Create StrongBox Drawer
也许我需要权限?
有什么办法解决这个问题吗?
答案 0 :(得分:0)
您需要具有编辑订阅和查看订阅权限才能设置订阅。
默认情况下,只有项目管理员拥有这些权限。要将它们直接授予其他用户,您也可以从命令行使用tfssecurity.exe
。例如:
tfssecurity /a+ /collection:https://dev.azure.com/fabrikam/DefaultCollection ServiceHooks PublisherSecurity/abcdef00-abcd-0000-0000-abcdef000000 ViewSubscriptions n:fabrikamfiber4@hotmail.com ALLOW
和
Copy
tfssecurity /a+ /collection:https://dev.azure.com/fabrikam/DefaultCollection ServiceHooks PublisherSecurity/abcdef00-abcd-0000-0000-abcdef000000 EditSubscriptions n:fabrikamfiber4@hotmail.com ALLOW
GUID是项目的ID。您可以使用Projects REST API来获取它。