X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/95ac4cc571d413a95c70c5feb1430c0bb314ecee..2aff408211e84a226af6f74cb9338cbaf3fc4645:/services/workbench2/src/views-components/token-dialog/token-dialog.tsx diff --git a/services/workbench2/src/views-components/token-dialog/token-dialog.tsx b/services/workbench2/src/views-components/token-dialog/token-dialog.tsx index b9d195f587..e6f3ed582c 100644 --- a/services/workbench2/src/views-components/token-dialog/token-dialog.tsx +++ b/services/workbench2/src/views-components/token-dialog/token-dialog.tsx @@ -110,7 +110,7 @@ unset ARVADOS_API_HOST_INSECURE` The Arvados API token is a secret key that enables the Arvados SDKs to access Arvados with the proper permissions. For more information see - + Getting an API token. @@ -119,7 +119,7 @@ unset ARVADOS_API_HOST_INSECURE` - { this.props.canCreateNewTokens && } + } Paste the following lines at a shell prompt to set up the necessary environment for Arvados SDKs to authenticate to your account. @@ -145,7 +145,7 @@ unset ARVADOS_API_HOST_INSECURE` Arvados - virtual machines + virtual machines do this for you automatically. This setup is needed only when you use the API remotely (e.g., from your own workstation). @@ -160,4 +160,3 @@ export const TokenDialog = withStyles(styles)( connect(getTokenDialogData)( withDialog(TOKEN_DIALOG_NAME)(TokenDialogComponent))); -