X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fa96bcea706312be52f1488da3dad34452f5ccf4..779e41aaaa1f4d3a696a63011c00648bfbfaae72:/services/keep-web/doc.go diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go index 4c447332d3..4207d7bfc7 100644 --- a/services/keep-web/doc.go +++ b/services/keep-web/doc.go @@ -48,10 +48,12 @@ // // Anonymous downloads // -// Use the -anonymous-token option to specify a token to use when clients -// try to retrieve files without providing their own Arvados API token. +// Use the -allow-anonymous flag with an ARVADOS_API_TOKEN environment +// variable to specify a token to use when clients try to retrieve +// files without providing their own Arvados API token. // -// keep-web [...] -anonymous-token=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +// export ARVADOS_API_TOKEN=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz +// keep-web [...] -allow-anonymous // // See http://doc.arvados.org/install/install-keep-web.html for examples. //