Missing "Uploader" field in asset summary for non-admin users

One of our users reported an issue that they cannot see the “Uploader” & “Uploader’s IP Address” fields in the asset summary anymore. As an admin I can still see those fields.

We have deployed Nexus Repository Manager 3.95.1.

What the non-admin sees:

What the admin user sees:

This happens across all repository types (we tested PyPI Python & Docker).

The docker user role has the following privileges:

  • nx-search-read
  • nx-repository-view-docker-<repository_name>-*

The admin role has the the “nx-all” privilege.

What privilege should be assigned to the user role so that they can see the “Uploader” field in the asset summary?

In 3.93 we added a permission to restrict viewing the fields; see the Uploader Metadata Read Permission in our help docs. Privileges

Thank you Matthew!

Adding that permission indeed resolved the issue.