What is the minimal set of privileges required to deploy artifacts to Nexus 3?

前端 未结 4 515
渐次进展
渐次进展 2021-01-31 02:48

I\'m using Nexus Repository Manager 3.1.0-04, and I want to create a user to just have deployment permissions. What are the minimal set of privileges required for that?

4条回答
  •  独厮守ぢ
    2021-01-31 03:07

    If you need minimal privileges to just deploy artifacts, nx-repository-view-*-*-edit is enough.

    nx-repository-admin is used for administration and configuration

    Repository Admin

    These are privileges related to the administration and configuration of a specific repository

    and edit is enough to modify repository content

    edit

    This action allows privileges to modify associated scripts, repository content, and repository administration.

    BTW, you need nx-component-upload to upload components in web UI.

    https://help.sonatype.com/repomanager3/user-interface/uploading-components

提交回复
热议问题