X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/617de4f0fe0601522521bfa6e89de095f7459ca7..053f74285455278bed87cd4b3dc0df2adffb3b9c:/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 ea2ffb5e48..1ba9fc522f 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -11,7 +11,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 # "Introduction":#introduction # "Configure DNS":#introduction -# "Configure anonymous user token.yml":#update-config +# "Configure anonymous user token":#update-config # "Update nginx configuration":#update-nginx # "Install keep-web package":#install-packages # "Start the service":#start-service @@ -105,16 +105,13 @@ h2. Set InternalURLs h2(#update-config). Configure anonymous user token -{% assign railscmd = "bin/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. -# First, generate a long random string and put it in the @config.yml@ file, in the @AnonymousUserToken@ field. -# Then, use the following command on the API server to register the anonymous user token in the database. {% include 'install_rails_command' %} +Generate a random string (>= 32 characters long) and put it in the @config.yml@ file, in the @AnonymousUserToken@ field.
    Users:
-      AnonymousUserToken: "{{railsout}}"
+      AnonymousUserToken: "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"