question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Support Azure Artifacts with authentication plugin

See original GitHub issue

Currently if you are on macOS, then it’s difficult to authenticate to an Azure Artifacts feed today with Paket.

Paket supports CredentialProviders, of which there is only a netfx credential provider for (also running it under mono is not possible). While the current Paket logic (in addition to the logic copied from the nuget client) will look for *.dll providers which it will assume are dotnet core, none exist for Azure Artifacts.

This problem has now been solved by the nuget team last year with Nuget cross plat nuget plugins. For a reference, the Azure Artifacts one is here.

I would like for Paket to support this model, what will likely be tricky is that there is a stdin/out custom JSON protocol, so that would best be pulled in from the nuget client.

I am happy to have a stab at this, but perhaps could do with some help from @matthid and @isaacabraham.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Chris-Kimcommented, Sep 27, 2019

@slang25 Thank you for creating the provider. I’ve tried your provider but for some reason authentication keeps failing. Could you verify that your provider is still working?

1reaction
sdargaudcommented, Aug 22, 2019

They no longer serve the Gen 1 provider on the “Connect to feed” page. Hopefully I had it in my download folder and could “solve” the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use personal access tokens - Azure DevOps
Learn how to create and manage personal access tokens (PATs) as alternate passwords to authenticate to Azure DevOps.
Read more >
Guidance for authentication - Azure DevOps
For applications that interface with Azure DevOps Services, you must authenticate to gain access to resources like REST APIs.
Read more >
Auth and Security - Azure DevOps
Learn about authentication and security for Azure DevOps ... Calling REST APIs from your extension; Authenticating requests to your service.
Read more >
Set up your client's npmrc - Azure Artifacts
The first file is used to authenticate with Azure Artifacts, while the second file is stored locally and contains your credentials. To set...
Read more >
Use SSH key authentication - Azure Repos
Learn how to authenticate to Azure Repos Git repositories with SSH keys. ... The only SSH key type supported by Azure DevOps is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found