always-auth for uplinks #2284
sergeimonakhov
started this conversation in
Ideas
Replies: 1 comment
-
Hi, I'm experiencing the same issue with an authenticated uplink. The server successfully gets the package metadata, but the subsequent request for the tarball returns a 401. @sergeimonakhov did you ever find a way around this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Hi, I have 2 verdaccio servers and I wanted to proxy (add to uplinks) from one to the other, but since
$authenticated
is used for packages access, the request must contain authentication headers, but this is not the case. I get package.json, but download .tgz responsed 401 errorDescribe the solution you'd like
Add
always-auth: true/false
key to uplinks configDescribe alternatives you've considered
Additional context
Beta Was this translation helpful? Give feedback.
All reactions