[Question] Problem with local private artifact feeds: private_source_authentication_failure #1459
Replies: 1 comment
-
@gadeynebram it looks like Dependabot is ignoring your NuGet source mappings. My understanding of your Reading the logs, Dependabot seems to be searching for the package in this order:
Dependabot should not be checking these feeds based on your config, but it does anyway. I did a brief search on the dependabot-core issue backlog and the closest comment I found is dependabot/dependabot-core#10865 (comment). It might be worth chipping in if this sounds like the same issue you are facing. When I get a chance, I will see if I can reproduce your issue, just to confirm if this is a problem with this project, or within Dependabot itself. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to set this up for a .Net 8 project on a on premise DevOps Server. A docker enabled Ubuntu agent is provisioned. In my repository I have a NuGet.Config with 3 sources (of which one is nuget.org). I have also added packageSourceMappings in the nuget.config.
In the dependabot.yml I've referenced 2 registraties (also tried with a explicit reference to nuget.org)
I have a feeling that the PAT's are recognised because in the beginning I see the following logging:
However the script ends with
If I look closer to the dependencies I see these kinds of loggings.
Does anyone have any more suggestions? The PAT's have Packaging(Read) and Build(Read) permissions.
Beta Was this translation helpful? Give feedback.
All reactions