GithubHelp home page GithubHelp logo

Comments (10)

simonua avatar simonua commented on June 5, 2024 1

Awesome! Thank you, everybody! I'll look for a new beta on Monday and give it a try, then report back. Have a great weekend, everyone!

Cheers,

Simon

from pacote.

simonua avatar simonua commented on June 5, 2024 1

@zkat @zarenner @ivanph, I verified I can now install private packages from VSTS Package Management with 5.0.0-beta.44 (presumably works with 43 as well, but 44 was latest available). Way to go! And, thank you!

from pacote.

zarenner avatar zarenner commented on June 5, 2024

@zkat @simonua I don't think I'll likely have time today to take a deeper look at this, but I'll try to tomorrow or Monday.

from pacote.

zkat avatar zkat commented on June 5, 2024

pacote should be emulating the behavior in npm itself for this. This was intended to be handled in https://github.com/zkat/pacote/blob/latest/lib/fetchers/registry/fetch.js#L74-L78

I'm not sure why it's not working right now. I'll look into it. :)

from pacote.

zkat avatar zkat commented on June 5, 2024

It would be useful to see a pair of URLs here

from pacote.

zarenner avatar zarenner commented on June 5, 2024

Thanks! FYI I don't see getHeaders getting called on the redirect.

An example:
https://zlrenner.pkgs.visualstudio.com/_packaging/aaa/npm/registry/npmtest/-/npmtest-1.0.0.tgz responds with a 302 to Location https://vsblobprodscussu0shard19.blob.core.windows.net/b-ce7824a198f144319abb2dd6dbc33de7/9D4EBD0553ED8F94889EC70CDA985199EF1284A516751904BDBB4F28192BC4B000.blob?sv=2015-12-11&sr=b&si=1&sig=redacted&spr=https&se=2017-05-05T03%3A10%3A10Z

from pacote.

zkat avatar zkat commented on June 5, 2024

ohhhhh. It's in the redirect.

It makes more sense that this would be forwarding headers like that. I wonder why request doesn't send them (we use node-fetch under the hood now, instead). I'll look into it more.

I'm assuming zlrenner.pkgs.visualstudio.com is the same host as the manifest, and that blob.core is where we shouldn't pass the creds to?

from pacote.

zkat avatar zkat commented on June 5, 2024

Aha, here's where request does it:

https://github.com/request/request/blob/b12a6245d9acdb1e13c6486d427801e123fdafae/lib/redirect.js#L134-L138

from pacote.

zkat avatar zkat commented on June 5, 2024

npm/node-fetch-npm#1 I've traced the source to node-fetch-npm itself, and pointed out where in the code it probably needs to be patched.

from pacote.

zkat avatar zkat commented on June 5, 2024

It landed. The redirect auth issue should be fixed now. Cheers to @ivanph for the patch :)

from pacote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.