nixery/server
Vincent Ambo 672673db3b refactor(server): Load GCS signing key from service account key
The JSON file generated for service account keys already contains the
required information for signing URLs in GCS, thus the environment
variables for toggling signing behaviour have been removed.

Signing is now enabled automatically in the presence of service
account credentials (i.e. `GOOGLE_APPLICATION_CREDENTIALS`).
2019-10-27 13:58:04 +01:00
..
builder refactor(server): Only compress symlink forest layer once 2019-10-11 12:37:00 +01:00
config refactor(server): Load GCS signing key from service account key 2019-10-27 13:58:04 +01:00
layers refactor(server): Convert existing log entries to structured format 2019-10-06 23:05:23 +01:00
manifest fix(server): Use uncompressed tarball hashes in image config 2019-10-11 12:37:00 +01:00
default.nix feat(server): Use hash of Nixery source as version 2019-10-06 23:05:23 +01:00
go-deps.nix refactor(server): Replace log calls with logrus 2019-10-06 23:05:23 +01:00
logs.go feat(server): Add log level to severity mapping 2019-10-06 23:05:23 +01:00
main.go refactor(server): Use logrus convenience functions for logs 2019-10-06 23:05:23 +01:00