Andrew Nesbitt
|
fcc5289f97
|
Add auth pass-through for upstream registries
Configure authentication per URL prefix in config:
upstream:
auth:
"https://registry.npmjs.org":
type: bearer
token: "${NPM_TOKEN}"
Supports bearer tokens, basic auth, and custom headers.
Credentials can reference environment variables with ${VAR_NAME} syntax.
The longest matching URL prefix wins when multiple patterns match.
|
2026-01-29 16:33:09 +00:00 |
|