1

I'm using Nexus Repository Manager OSS 3.13-0.0.1 and I'm trying to find the minimal privileges to use the Search API.

In the documentation the admin account is used : Search API Documentation

I've tried the nx-search-read privilege but is always return an empty result (this is not the case with the admin account).

Do I have to add more privileges in order to be able to use the Search API ?

1 Answers1

1

The only other thing that should be needed is to grant read permissions to the components they should be able to search. E.g. nx-repository-view-maven2-*-read

rseddon
  • 5,082
  • 15
  • 11