docs: document unset GOOGLE_APPLICATION_CREDENTIALS
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.
This commit is contained in:
parent
970f492235
commit
7e8295189b
2 changed files with 8 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ account key, Nixery will also use this key to create [signed URLs][] for layers
|
|||
in the storage bucket. This makes it possible to serve layers from a bucket
|
||||
without having to make them publicly available.
|
||||
|
||||
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.
|
||||
|
||||
### Storage
|
||||
|
||||
Nixery supports multiple different storage backends in which its build cache and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue