[ARVADOS] updated: 6d57db9c7e2d1cfe391834a7f63318e53d7d07d6
Git user
git at public.curoverse.com
Mon Sep 19 09:49:11 EDT 2016
Summary of changes:
services/keep-web/main.go | 3 +++
1 file changed, 3 insertions(+)
via 6d57db9c7e2d1cfe391834a7f63318e53d7d07d6 (commit)
from 208022fe681714471fb068a22b83576bf06980c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6d57db9c7e2d1cfe391834a7f63318e53d7d07d6
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Sep 19 09:49:08 2016 -0400
9957: Add doc comments.
diff --git a/services/keep-web/main.go b/services/keep-web/main.go
index 73f1e25..2eba379 100644
--- a/services/keep-web/main.go
+++ b/services/keep-web/main.go
@@ -14,6 +14,7 @@ var (
defaultConfigPath = "/etc/arvados/keep-web/config.json"
)
+// Config specifies server configuration.
type Config struct {
Client arvados.Client
@@ -23,6 +24,8 @@ type Config struct {
AttachmentOnlyHost string
TrustAllContent bool
+ // Hack to support old command line flag, which is a bool
+ // meaning "get actual token from environment".
deprecatedAllowAnonymous bool
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list