diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-03T00·25+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-08-03T00·31+0100 |
commit | aa260af1fff8a07a34c776e5b4be2b5c63b96826 (patch) | |
tree | d46b0077c8b715fed148ea8a12289aaedbe9097a /tools/nixery/README.md | |
parent | 07ef06dcfadef108cfb43df7610db710568a1c45 (diff) |
docs: Add GCS signing envvars to README
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r-- | tools/nixery/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index e0e634c3cb18..bcb8e40ec794 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -87,6 +87,10 @@ variables: locally configured SSH/git credentials) * `NIXERY_PKGS_PATH`: A local filesystem path containing a Nix package set to use for building +* `GCS_SIGNING_KEY`: A Google service account key (in PEM format) that can be + used to sign Cloud Storage URLs +* `GCS_SIGNING_ACCOUNT`: Google service account ID that the signing key belongs + to ## Roadmap |