X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5bbd6abc7a32c6912db5f36f0af5a923ac4b7c79..379717415ec5f772ab2f54e263c2c3f44d77f70f:/apps/workbench/app/views/users/_manage_current_token.html.erb diff --git a/apps/workbench/app/views/users/_manage_current_token.html.erb b/apps/workbench/app/views/users/_manage_current_token.html.erb index 71c6bd246b..f4436ba8b9 100644 --- a/apps/workbench/app/views/users/_manage_current_token.html.erb +++ b/apps/workbench/app/views/users/_manage_current_token.html.erb @@ -1,3 +1,13 @@ +
+
+

+ + Current Token + +

+
+ +

The Arvados API token is a secret key that enables the Arvados SDKs to access Arvados with the proper permissions. For more information see <%= link_to raw('Getting an API token'), "#{Rails.configuration.arvados_docsite}/user/reference/api-tokens.html", target: "_blank"%>.

Paste the following lines at a shell prompt to set up the necessary environment for Arvados SDKs to authenticate to your account, <%= current_user.email %>

@@ -11,3 +21,5 @@ export ARVADOS_API_HOST_INSECURE=true unset ARVADOS_API_HOST_INSECURE <% end %> +
+