Brandt
Brandt

Reputation: 341

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?

Upvotes: 5

Views: 1147

Answers (1)

Uriah L.
Uriah L.

Reputation: 621

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.

Upvotes: 2

Related Questions