tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.8k stars 67 forks source link

docs: document unset GOOGLE_APPLICATION_CREDENTIALS #122

Closed flokli closed 3 years ago

flokli commented 3 years ago

In case the GOOGLE_APPLICATION_CREDENTIALS environment variable is not set, a redirect to storage.googleapis.com is issued, which means the underlying bucket objects need to be publicly accessible.

This wasn't really obvious until now, so further clarify it.