X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b43a1bccda8980c6fcb9b3fbaad36b986c472028..e85a787d224545accc7ee1e8cdda0145dd9ac806:/doc/install/install-api-server.html.textile.liquid diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index c7303bbba2..ca55be53e3 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -48,8 +48,6 @@ h3. Tokens
    SystemRootToken: "$system_root_token"
     ManagementToken: "$management_token"
-    API:
-      RailsSessionSecretToken: "$rails_secret_token"
     Collections:
       BlobSigningKey: "$blob_signing_key"
 
@@ -58,7 +56,6 @@ h3. Tokens These secret tokens are used to authenticate messages between Arvados components. * @SystemRootToken@ is used by Arvados system services to authenticate as the system (root) user when communicating with the API server. * @ManagementToken@ is used to authenticate access to system metrics. -* @API.RailsSessionSecretToken@ is used to sign session cookies. * @Collections.BlobSigningKey@ is used to control access to Keep blocks. Each token should be a string of at least 50 alphanumeric characters. You can generate a suitable token with the following command: