mbox series

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

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

Message

Eric Meyers Feb. 26, 2025, 12:47 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 authi).
    - The above is ONLY done when BB_USE_HOME_NPMRC_FILE is set to 1
- This is the third revision at adding npmrc support, with the following two threads being below:
   - v1: https://lists.openembedded.org/g/bitbake-devel/topic/110839321
   - v2: https://lists.openembedded.org/g/bitbake-devel/topic/111289667

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

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