tibrewalpratik17 commented on PR #12924:
URL: https://github.com/apache/pinot/pull/12924#issuecomment-2063092691

   @jayeshchoudhary does this patch change the way npm fetches and auth checks 
during builds. 
   After this change, I am getting this error while building from local:
   ```
   npm http fetch POST 403 
https://unpm.uberinternal.com/-/npm/v1/security/advisories/bulk 1705ms
   ```
   Reverting this change locally allows me to build successfully again.
   
   We usually remove our token during builds using:
   ```
   USSO_TOKEN=$(usso -ussh unpm.uberinternal.com -print 2> /dev/null)
       TOKEN=$(echo -n "ignored:$USSO_TOKEN" | base64)
       echo "//unpm.uberinternal.com/:_auth=$TOKEN" >> ~/.npmrc
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to