From 11a8e042a00e608f38a914c866ac78c09b54441d Mon Sep 17 00:00:00 2001 From: mantczakaus <49752271+mantczakaus@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:49:58 +1000 Subject: [PATCH] Update how_to_setup.md --- pages/how_to_setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/how_to_setup.md b/pages/how_to_setup.md index 2e2d218..8688443 100644 --- a/pages/how_to_setup.md +++ b/pages/how_to_setup.md @@ -21,6 +21,7 @@ If you are part of an organisational workspace, someone might have already creat ![Organisation Credentials](./images/credentials_org.png)
You can also created credentials to work in your personal workspace. ![Personal Credentials](./images/credentials_personal.png)
+{% include callout.html type="note" content="When you add credentials for Tower Agent from your personal workspace, you will be able to use it only for executing pipelines from your personal workspace launchpad. Similarly, credentials in your organisation workspace apply to pipelines from the organisation workspace." %} More information on adding the credentials can be found in Nextflow Tower documentation from Australian BioCommons: [Create Tower Agent credentials](https://australianbiocommons.github.io/tower/user-guide/create_tower_agent_credentials). #### Lyra You are only allowed to monitor jobs using Nextflow Tower on Lyra and that does not require running the Tower Agent. @@ -29,13 +30,14 @@ You are only allowed to monitor jobs using Nextflow Tower on Lyra and that does ### Add Personal Access Token in GitHub #### Gadi and Setonix (Nextflow Tower) GitHub is very restrictive about the number of times you can make [API requests](https://docs.github.com/en/rest/overview/rate-limits-for-the-rest-api?apiVersion=2022-11-28) (it happens when you execute a pipeline in Nextflow Tower directly from GitHub repository). You can increase that number when personal access token is used - that's why we recommend creating one and adding it into credentials (below). Instructions on how to generate the authentication token can be found in the GitHub documentation: [Managing your personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). +{% include callout.html type="note" content="You will need a [GitHub account](https://docs.github.com/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account) first." %} #### Lyra Not applicable. ### Add Credentials for GitHub #### Gadi and Setonix (Nextflow Tower) - +Just like in the case of credentials for the #### Lyra Not applicable.