mbox series

[v2,0/1] NPM Fetcher Private Registry Authentication Support:

Message ID 20250220143030.12982-1-eric.meyers@arthrex.com
Headers show
Series NPM Fetcher Private Registry Authentication Support: | expand

Message

Eric Meyers Feb. 20, 2025, 2:30 p.m. UTC
Changes in this commit include:
- npm fetcher changes:
    - Adding support to detect .npmrc file within user's home directory, copy it over
      to the tmp npm environment, then append on any user configs passed in. This models
      similar behavior within the wget fetcher (which uses a netrc file for auth).

Eric Meyers (1):
  fetch2/npm: Adding npmrc support for private registry authentication

 lib/bb/fetch2/npm.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)