[ARVADOS] updated: 2ff1566d5cc6517dcd888f2175ddf6547891d207

Git user git at public.curoverse.com
Mon Sep 19 09:30:29 EDT 2016


Summary of changes:
 services/keep-web/doc.go | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

       via  2ff1566d5cc6517dcd888f2175ddf6547891d207 (commit)
      from  caba74a47f9819c6c214729f09aa9925926ca7c3 (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 2ff1566d5cc6517dcd888f2175ddf6547891d207
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Sep 19 09:30:25 2016 -0400

    9957: Fix example config in godoc.

diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go
index 59dd784..4483c60 100644
--- a/services/keep-web/doc.go
+++ b/services/keep-web/doc.go
@@ -19,7 +19,8 @@
 //       "AuthToken": "",
 //       "Insecure": false
 //     },
-//     "AllowAnonymous":false,
+//     "Listen":":1234",
+//     "AnonymousTokens":["xxxxxxxxxxxxxxxxxxxx"],
 //     "AttachmentOnlyHost":"",
 //     "TrustAllContent":false
 //   }
@@ -65,11 +66,11 @@
 //
 // Anonymous downloads
 //
-// If "AnonymousToken" is provided, that token will be used when
-// clients try to retrieve files without providing their own Arvados
-// API token.
+// The "AnonymousTokens" configuration entry is an array of tokens to
+// use when clients try to retrieve files without providing their own
+// Arvados API token.
 //
-//   "AnonymousToken":"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
+//   "AnonymousTokens":["xxxxxxxxxxxxxxxxxxxxxxx"]
 //
 // See http://doc.arvados.org/install/install-keep-web.html for examples.
 //

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list