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?
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