Nexus Repository Manager setup

Feature availability This feature is available with Enterprise plans. See pricing plans for more details.

Supported Projects The Nexus Repository Manager integration currently supports Node.js (npm and Yarn) and Maven projects. Gradle projects are not currently supported.

Connecting Nexus Repository Manager enables Snyk to resolve all direct and transitive dependencies of packages hosted on the Nexus registry and calculate a more complete, accurate dependency graph and related vulnerabilities.

You can configure these types of Nexus Repository Manager:

  • Publicly accessible instances protected by basic authentication

  • Instances on a private network accessed through Snyk Broker (with or without basic authentication).

Versions supported

  • Nexus Repository Manager version 3.x is fully supported.

  • Nexus Repository Manager version 2.15+ is in Beta

These instructions apply to configuring publicly accessible instances. For instructions on configuring a brokered instance see Set up Snyk Broker with Nexus Repository Manager

Set up publicly accessible instances

  1. Go to settings Settings icon > Integrations > Package Repositories > Nexus

  2. Verify that you see the screen to configure Nexus.

Configure Nexus
Configure Nexus

On the page to configure Nexus, enter the information for the version you are using.

  • Enter the URL of your Nexus instance; this must end with /repository

  • Enter Username

  • Enter Password

  • Click Save

Nexus behind reverse proxy

If your Nexus server is running behind a reverse proxy, for example, Nginx, the URL might not end with the default /repository for Nexus 3 or /nexus/content for Nexus 2, depending on what routes have been configured in the reverse proxy. If this is the case, make sure to use the URL configured in the reverse proxy.

Example: for Nexus 3: if http://nexus.company.io/repository is mapped to http://nexus.company.io/my-company/my-repository, use http://nexus.company.io/my-company/my-repository.

Example: for Nexus 2: if http://nexus.company.io/nexus/content is mapped to http://nexus.company.io/my-nexus-content, use http://nexus.company.io/my-nexus-content.

Nexus user permissions

The Nexus user needs the following privileges, either as part of Role or added individually:

  • nx-metrics-all (for the system status check endpoint)

  • nx-repository-view-[*-* | <ecosystem-repo-name>]-read

  • nx-repository-view-[*-* | <ecosystem-repo-name>]-browse

Last updated

Was this helpful?

#4707: More info: Update pricing plans page

Change request updated