Commit Graph

18 Commits

Author SHA1 Message Date
Edward Romero
948ae558fb add new setup 2020-06-23 21:42:01 -04:00
Edward Romero
4a5dd826b6 update to add auth contents instead 2020-06-23 21:39:34 -04:00
Edward Romero
6b401096b5 add auth token setup 2020-06-23 21:23:43 -04:00
Edward Romero
27178c9780 update new npmrc contents 2020-06-23 21:16:24 -04:00
Edward Romero
57b2563e28 add more logging to debug 2020-06-23 21:05:03 -04:00
Edward Romero
a10d0967b5 add log to figure out if we are writting everything properly 2020-06-23 21:00:17 -04:00
Edward Romero
f5faff30bb add node auth token env 2020-06-23 20:56:51 -04:00
Edward Romero
eff932eb37 add ability to include both types of registries on complex repos 2020-06-23 20:50:52 -04:00
Edward Romero
39ccff2929 build code changes 2020-06-23 20:44:54 -04:00
Edward Romero
9a13084841 Parse body to get substring 2020-06-23 20:43:49 -04:00
Edward Romero
527b66817c Add logging around to find issue 2020-06-23 20:34:30 -04:00
Edward Romero
be682f6c2b add more info to log response 2020-06-23 20:22:06 -04:00
Edward Romero
d0b49e1c14 add more logging around auth call to verify results 2020-06-23 20:16:09 -04:00
Edward Romero
45faa6726d remove access token parameter since we can just pass it with auth password: 2020-06-23 20:10:40 -04:00
Edward Romero
8b3b5934fd Add initial setup of basic auth 2020-06-23 19:54:07 -04:00
David J. Felix
7a3ce83626 Add setting for always-auth (#48)
* Add setting for always-auth

- https://docs.npmjs.com/misc/config#always-auth
- Allow private repos for stuff like artifactory to work

* Fix tests for always-auth
2019-09-03 10:57:45 -04:00
James M. Greene
d43864199a Force all scope names to be lowercased (#39)
Fixes #38
2019-08-21 22:46:35 -04:00
Danny McCormick
78148dae50
Add auth support (#21)
* Updates

* Update

* Update

* Update

* Update

* Yarn sometimes prefers npmrc, so use same token

* Description

* Update readme

* Feedback

* Add type

* new toolkit and scoped registries

* npmrc in RUNNER_TEMP

* Dont always auth

* Try exporting blank token

* Get auth working for now pending runner changes

* Fix string interpolation for auth token.

* Don't export both userconfigs

* Update authutil.js

* Add single quotes for authString

* Fix the registry string.

* Use userconfig and append trailing slash

* Keep in root of repo

* Try just adding auth token

* Remove auth token

* Try changes again

* Add tests

* Npm and GPR samples

* Add types
2019-08-06 18:26:04 -04:00