Hi,
We have a security requirement to download all external packages from a common trusted source. We use JFrog Artifactory as the single package source that scan and expose Upstreams.
JFrog feed is configured with upstreams (Nuget.org, npm.js, Telerik ...). We need to add also nuget.abp.io as an upstream.
Is there any standard way to authenticate to nuget.abp.io (api key or useraname password ?). The only documented way seems to be the abp login cli.
Regards
1 Answer(s)
-
1
Hi, when you use pro modules, we are using the nuget.abp.io website and the URL structure is: https://nuget.abp.io/{{apikey}}/v3/index.json
By getting and downloading the .nupkg packages, you don't need to login through ABP CLI. The URL, is enough, you can even directly download it through URL.
You can find your apikey from https://abp.io/my-organizations and use it in NuGet.Config file.