9957: Clarify anonymous token explanation.
authorTom Clegg <tom@curoverse.com>
Mon, 19 Sep 2016 17:55:08 +0000 (13:55 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 21 Sep 2016 02:38:53 +0000 (22:38 -0400)
services/keep-web/doc.go

index 4483c60f3f9879b90d78b1a9c58bd59a4a97449f..37f81b1b3af4afcf6997a284c31ff2c8158737f7 100644 (file)
@@ -67,8 +67,9 @@
 // Anonymous downloads
 //
 // The "AnonymousTokens" configuration entry is an array of tokens to
-// use when clients try to retrieve files without providing their own
-// Arvados API token.
+// use when processing anonymous requests, i.e., whenever a web client
+// does not supply its own Arvados API token via path, query string,
+// cookie, or request header.
 //
 //   "AnonymousTokens":["xxxxxxxxxxxxxxxxxxxxxxx"]
 //