1

I'm trying to use Artifactory Copy Item REST API with an admin user but it's (quietly) failing with:

User doesn't have permissions to create... Needs write permissions.

The documentation says a privileged user is required, but I'm unable to find anything describing what that actually means and there's no privileged setting in the UI.

4

1 回答 1

3

复制实际上由两个操作组成:

  1. 从源头阅读。
  2. 写入目标。

因此,您进行身份验证的主体必须对源存储库具有读取权限,并且对目标存储库具有部署权限。

于 2013-10-16T06:28:12.540 回答