diff --git a/content/guides/handling_data/globus_connect/file_sharing.md b/content/guides/handling_data/globus_connect/file_sharing.md index 723b66d4e12211e99822793cc205d5ba5a86a474..8402c209b9607b8a61a82c5134d1fe5f1421c804 100644 --- a/content/guides/handling_data/globus_connect/file_sharing.md +++ b/content/guides/handling_data/globus_connect/file_sharing.md @@ -17,7 +17,7 @@ the exception of Attic) are *read-only*. You may create readable and writable shared endpoints in your `work` directory (or `/shared`). {{% /notice %}} -1. Sign in to your Globus account, click on the 'Manage Endpoints' tab +1. Sign in to your Globus account, click on the 'Endpoints' tab and search for the endpoint that you will use to host your shared endpoint. For example, if you would like to share data in your Tusker `work` directory, search for the `hcc#tusker` endpoint. Once @@ -25,48 +25,29 @@ writable shared endpoints in your `work` directory (or `/shared`). not been already (see [endpoint activation instructions here]({{< relref "activating_hcc_cluster_endpoints" >}})). If it is already activated, select the endpoint by clicking on the - name. Then select the 'Sharing' tab and click 'Add Shared - Endpoint'. -{{< figure src="/images/6750242.png" >}} -{{< figure src="/images/6750243.png" >}} + name. Then select the 'share' button on the right sidebar. +{{< figure src="/images/sharedEndpoint.png" >}} +{{< figure src="/images/shareButton.png" >}} -2. In the 'Source Path' box, enter the full path to the directory you +2. In the 'Path' box, enter the full path to the directory you would like to share. Only files under this directory will be shared to the endpoint users you grant access. Enter a descriptive endpoint name and provide a - short description of the endpoint if you wish. Finally, click 'Create and Manage - Access'. -{{< figure src="/images/6750244.png" >}} + short description of the endpoint if you wish. Finally, click 'Create Share'. +{{< figure src="/images/createShare.png" >}} -3. Type the Globus ID of the user to whom you would like to grant +3. Type the Globus ID (or group name) of the user (or group) to whom you would like to grant access to this endpoint. Next enter the *relative path* of the directory that this user should be able to access. For example, if the source path of your shared endpoint is `/work/<groupid>/<userid>/share` but you would like your colleague to only have access to `/work/<groupid>/<userid>/share/dataX`, then the 'Path' should be - entered as simply `/dataX`. Finally, click the blue 'Add' button. - You should see the message: '1 user added successfully'. -{{< figure src="/images/6750245.png" >}} -{{< figure src="/images/6750246.png" >}} + entered as simply `/dataX`. Finally, click the blue 'Add Permission' button. + You should see the user or group added to the list. +{{< figure src="/images/addPermission.png" >}} +{{< figure src="/images/sharedGroup.png" >}} -4. You can also add a group of users. First you will need to create a - group (see [instructions for creating - groups]({{< relref "creating_globus_groups" >}})). - To give an entire group access to your shared endpoint, you will - need to search for the group name by clicking on the word - 'search >>' which appears just to the right of the ID text - box. -{{< figure src="/images/6750247.png" >}} - -5. Next, enter the name of your group in the search text box, click the - search icon, select your group from the search results by checking - the box in front. Enter the relative path to which group members - should have access, and click the blue 'Use Selections' button at - the bottom. You should receive the message: 'A group added - successfully.' -{{< figure src="/images/6750248.png" >}} -{{< figure src="/images 6750249.png" >}} --- diff --git a/static/images/6750242.png b/static/images/6750242.png deleted file mode 100644 index 398c258a198ffe89700704966c1a6e0cb5a44a4b..0000000000000000000000000000000000000000 Binary files a/static/images/6750242.png and /dev/null differ diff --git a/static/images/6750243.png b/static/images/6750243.png deleted file mode 100644 index d9ffc6eb487e4329896e0ddeee54f05406b03d86..0000000000000000000000000000000000000000 Binary files a/static/images/6750243.png and /dev/null differ diff --git a/static/images/6750244.png b/static/images/6750244.png deleted file mode 100644 index d31314a8a486f06fa1c36790d4f06aa7fb357106..0000000000000000000000000000000000000000 Binary files a/static/images/6750244.png and /dev/null differ diff --git a/static/images/6750245.png b/static/images/6750245.png deleted file mode 100644 index 02d6ccd70cb5cdb7d55ef75eb8d1f7dbabe86502..0000000000000000000000000000000000000000 Binary files a/static/images/6750245.png and /dev/null differ diff --git a/static/images/6750246.png b/static/images/6750246.png deleted file mode 100644 index 639fd52f81fc54145e0a9da902e281b9b70404fb..0000000000000000000000000000000000000000 Binary files a/static/images/6750246.png and /dev/null differ diff --git a/static/images/6750247.png b/static/images/6750247.png deleted file mode 100644 index de2cff09ad995df9f885eee579bf0ce5209bb14a..0000000000000000000000000000000000000000 Binary files a/static/images/6750247.png and /dev/null differ diff --git a/static/images/6750248.png b/static/images/6750248.png deleted file mode 100644 index 896de23ff05459b81c41c479b307ed7bfd8a7ade..0000000000000000000000000000000000000000 Binary files a/static/images/6750248.png and /dev/null differ diff --git a/static/images/6750249.png b/static/images/6750249.png deleted file mode 100644 index c5c5577636f1fd7ade3cf782c89c7bb1a2b05b7a..0000000000000000000000000000000000000000 Binary files a/static/images/6750249.png and /dev/null differ diff --git a/static/images/addPermission.png b/static/images/addPermission.png new file mode 100644 index 0000000000000000000000000000000000000000..818b69157c0806a49e618de21aef253c838b8775 Binary files /dev/null and b/static/images/addPermission.png differ diff --git a/static/images/createShare.png b/static/images/createShare.png new file mode 100644 index 0000000000000000000000000000000000000000..ecccb32845caabd85aecdce1097d846c8cc28cad Binary files /dev/null and b/static/images/createShare.png differ diff --git a/static/images/shareButton.png b/static/images/shareButton.png new file mode 100644 index 0000000000000000000000000000000000000000..6be5d6f1310e320e6f895ad44dfff2165da7d5e0 Binary files /dev/null and b/static/images/shareButton.png differ diff --git a/static/images/sharedEndpoint.png b/static/images/sharedEndpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..8a574e6c94682f70f4487011e22cfe4f1ddbcc8b Binary files /dev/null and b/static/images/sharedEndpoint.png differ diff --git a/static/images/sharedGroup.png b/static/images/sharedGroup.png new file mode 100644 index 0000000000000000000000000000000000000000..ea15845b2baf837b3a1548e3ac93817c930f2a02 Binary files /dev/null and b/static/images/sharedGroup.png differ