···15011501 trusted public keys for those caches.
15021502- `SPINDLE_NIX_CACHE_UPLOAD_URL`: Cache URL that paths built
15031503 in the guest are uploaded to.
15041504+- `SPINDLE_NIX_CACHE_READ_REQUEST_HEADERS`: Extra HTTP headers
15051505+ sent with every read request to the operator-configured read
15061506+ caches. Format is comma-separated `Name:Value` pairs, split
15071507+ on the first colon. Headers set here are **not** forwarded
15081508+ to workflow-supplied caches (e.g. those declared under
15091509+ `caches:` in a workflow file). Useful for caches that might
15101510+ require auth (eg. [attic](https://github.com/zhaofengli/attic))
15111511+ Example:
15121512+ ```
15131513+ SPINDLE_NIX_CACHE_READ_REQUEST_HEADERS="Authorization:Bearer mytoken"
15141514+ ```
15151515+- `SPINDLE_NIX_CACHE_UPLOAD_REQUEST_HEADERS`: Extra HTTP headers
15161516+ sent with every upload request to the upload cache. Same
15171517+ format as above.
1504151815051519### Running spindle
15061520