You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to a Turborepo self-hosted remote cache that's protected behind CloudFlare zero trust.
Non-goals
No response
Background
I have a Turborepo self-hosted remote cache, and I want to guard access to it using CloudFlare's zero trust system. In order to do so I need to include service worker authentication headers in the HTTP requests. Right now I can't, since there's no way to provide additional headers on the HTTP requests Turborepo makes to the remote cache.
Provide a command-line parameter that enables specifying multiple key/value pairs to include as custom headers when turborepo makes calls to the remote cache.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Connect to a Turborepo self-hosted remote cache that's protected behind CloudFlare zero trust.
Non-goals
No response
Background
I have a Turborepo self-hosted remote cache, and I want to guard access to it using CloudFlare's zero trust system. In order to do so I need to include service worker authentication headers in the HTTP requests. Right now I can't, since there's no way to provide additional headers on the HTTP requests Turborepo makes to the remote cache.
A variation of this request was made in #465.
Proposal
Provide a command-line parameter that enables specifying multiple key/value pairs to include as custom headers when turborepo makes calls to the remote cache.
Beta Was this translation helpful? Give feedback.
All reactions