You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to get my private azure feeds to authenticate (for the most part). Not sure why I could now, but I copied in the same username with base64-decoded PAT as password and it works. Only one of my registries doesn't work for some reason that isn't explained beyond 401.
Version:
0.1.11
Not sure if this is a bug or more a feature request:
Currently it is not possible to use feeds from Azure Artifcats as private npm package registry together with
bun install
.According to the documentation, authentication to the azure servers requires a
.npmrc
file with this syntax (protocol relative url)I created a
.bunfig.toml
file:npm i
is working,bun install
throws a 401 Unauthenticated error.Any thoughts here?
The text was updated successfully, but these errors were encountered: