We have implemented Sonatype Nexus Repository ManagerOSS 3.29.0-02 and are currently facing an issue in generating a TOKEN that can be used with .npmrc
following this specific structure:
registry=http://NEXUS-IP:8081/repository/GROUP-NAME
http://NEXUS-IP:8081/repository/GROUP-NAME/:_authToken=NpmToken.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Despite being logged into the Sonatype Nexus Repository ManagerOSS, we cannot locate any option to create a valid token.
Interestingly, running npm login
from the command line and entering the Username and Password allows successful execution of npm install
.
We are seeking guidance on how to generate a proper TOKEN corresponding to the Username/Password combination for the Nexus Artifactory, which can then be utilized within a Docker environment.