X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bbd84f0a5594fdbf21a967572d4c2b33d7987f2b..e663d52fd17d989ad4be1a34413c21537cbe957e:/doc/install/install-keep-web.html.textile.liquid diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index 16d23e6df5..ea2ebd161b 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: installguide title: Install Keep-web server ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} The Keep-web server provides read-only HTTP access to files stored in Keep. It serves public data to unauthenticated clients, and serves private data to clients that supply Arvados API tokens. It can be installed anywhere with access to Keep services, typically behind a web proxy that provides SSL support. See the "godoc page":http://godoc.org/github.com/curoverse/arvados/services/keep-web for more detail. @@ -51,7 +56,7 @@ Usage of keep-web: -{% assign railscmd = "bundle exec ./script/get_anonymous_user_token.rb" %} +{% assign railscmd = "bundle exec ./script/get_anonymous_user_token.rb --get" %} {% assign railsout = "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" %} If you intend to use Keep-web to serve public data to anonymous clients, configure it with an anonymous token. You can use the same one you used when you set up your Keepproxy server, or use the following command on the API server to create another. {% include 'install_rails_command' %}