Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
403 Forbidden on nuget push
-
I setup a nuget feed with an apikey and I get a 403 forbidden any time that I try to push a package.
OS: Windows 10 Enterprise
Version: 10.0.14393 Build 14393
Proget was installed with a new instance of sql express, integrated web server, and is running as a network service.c:\proget-test>nuget push test.package.1.0.0.nupkg -Source http://localhost:81/nuget/TestFeed -ApiKey 01168dd1-99ce-4a0e-8d82-d662d35b3474 Pushing test.package.1.0.0.nupkg to 'http://localhost:81/nuget/TestFeed'... PUT http://localhost:81/nuget/TestFeed/ Forbidden http://localhost:81/nuget/TestFeed/ 39ms Response status code does not indicate success: 403 (Forbidden).
Product: ProGet
Version: 4.7.14
-
Nevermind, I had to grant the Feeds_AddPackage privilege to the Anonymous User.