Reputation: 341
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
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