X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc021c3b57dcdebe464c148d55f9990a74e8246b..9f040a785e049f7495ae31d21c3e745ea479b8c5:/doc/install/install-shell-server.html.textile.liquid diff --git a/doc/install/install-shell-server.html.textile.liquid b/doc/install/install-shell-server.html.textile.liquid index 00aae6c3ca..5ac5e9e6b8 100644 --- a/doc/install/install-shell-server.html.textile.liquid +++ b/doc/install/install-shell-server.html.textile.liquid @@ -30,6 +30,7 @@ h2(#dependencies). Install Dependecies and SDKs # "Install Ruby and Bundler":ruby.html # "Install the Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html +# "Install the FUSE driver":{{site.baseurl}}/sdk/python/arvados-fuse.html # "Install the CLI":{{site.baseurl}}/sdk/cli/install.html # "Install the R SDK":{{site.baseurl}}/sdk/R/index.html (optional) # "Install Docker":install-docker.html (optional) @@ -64,11 +65,11 @@ zzzzz-2x53u-zzzzzzzzzzzzzzz h2(#scoped-token). Create scoped token -As an admin arvados user (such as the system root user), create a token that is restricted to only reading login information for this VM. +As an Arvados admin user (such as the system root user), create a "scoped token":{{site.baseurl}}/admin/scoped-tokens.html that is permits only reading login information for this VM. Setting a scope on the token means that even though a user with root access on the shell node can access the token, the token is not usable for admin actions on Arvados.
-apiserver:~$ arv api_client_authorization create --api-client-authorization '{"scopes":["GET /arvados/v1/virtual_machines/zzzzz-2x53u-zzzzzzzzzzzzzzz/logins"]}'
+apiserver:~$ arv api_client_authorization create --api-client-authorization '{"scopes":["GET /arvados/v1/virtual_machines/zzzzz-2x53u-zzzzzzzzzzzzzzz/logins"]}'
 {
  ...
  "api_token":"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz",