Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How set up remote npm authentication with Artifactory

I have a downstream Sinopia repository, that requires authentication, that I want to set up as a remote npm repo in Artifactory. How do I provide Artifactory the credentials for the remote?

like image 429
Brandt Avatar asked Oct 29 '22 19:10

Brandt


1 Answers

For remote authentication Artifactory only supports Basic authentication. If Sinopoa supports Basic, you can define your sinopia credentials under Admin -> Repositories -> Remote -> edit your remote repo -> fill in your credentials under the Advanced tab.

like image 156
Uriah L. Avatar answered Nov 16 '22 17:11

Uriah L.