最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Unable to see organizational-scoped artifacts feed in Azure DevOps, while permissions set on Read - Stack Overflow

programmeradmin1浏览0评论

I have created an anizational-scoped Artifacts Feed in Azure DevOps and published several npm packages to it. As a user/admin of the project, I can see everything: the repository, the artifacts, etc, so everything is working here.

Now, I've just added a new user to the anization in DevOps. This user does not have any permissions to see projects, but I want to allow access to the anizational-scoped feed on which I've set Read permissions for this user.

The problem is: When this user logs into DevOps, there is no Artifacts menu visible...

I've been searching a lot of wikis and forums, but unable to find an answer. Hope someone can point me in the right direction here...

I have created an anizational-scoped Artifacts Feed in Azure DevOps and published several npm packages to it. As a user/admin of the project, I can see everything: the repository, the artifacts, etc, so everything is working here.

Now, I've just added a new user to the anization in DevOps. This user does not have any permissions to see projects, but I want to allow access to the anizational-scoped feed on which I've set Read permissions for this user.

The problem is: When this user logs into DevOps, there is no Artifacts menu visible...

I've been searching a lot of wikis and forums, but unable to find an answer. Hope someone can point me in the right direction here...

Share Improve this question asked 17 hours ago VincentVincent 5971 gold badge5 silver badges13 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

This user does not have any permissions to see projects, but I want to allow access to the anizational-scoped feed on which I've set Read permissions for this user.

To access Artifact from the UI, the user needs to have access to at least one project. Organization-Scoped Feed means that it is visible in all projects, rather than existing independently on the anization UI without accessing any project.

Besides, according to official doc Project-scoped vs anization-scoped feeds, the user interface of Organization-Scoped Feed is Always available from the feeds dropdown menu. This also means that you have to see the feeds menu before you can see the artifact, but Feeds is a menu in the project.

Therefore, add your user to the Reader group of one of your projects.

If you don't want the user to use other services, you can create a new project and turn off all services except Artifact. Go to Project Settings -> Overview -> Turn off the service you don't want the user to use.

Then the user can only see as shown below.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论