Skip to content

Commit

Permalink
Merge pull request #10 from SwissOpenEM/add_gcp_warning
Browse files Browse the repository at this point in the history
add warning about gcp collections
  • Loading branch information
consolethinks authored Jan 20, 2025
2 parents 158f1c0 + 3ae1b9a commit abb6b3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/admin/installation/ingestor.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Important options to customize:
```bash
./globus getRefreshToken --client-id "client-id-here" --auth-code-grant=true --redirect-url="https://auth.globus.org/v2/web/auth-code" --src-endpoint "(optional) source-collection-id" --dest-endpoint "(optional) dest-collection-id"
```

{: .box-warning}
**Warning:** The source and destination endpoint parameters are only intended for Globus Connect Server endpoints. For Globus Connect Personal (GCP), just skip specifying its `collection-id` in the command, otherwise the token request will fail. You have to make sure that the GCP collection is owned by the token's user.

When prompted, login with a trusted account. **Never share your refresh token publically.** Copy the gotten refresh token into the config.

### Auth
Expand Down

0 comments on commit abb6b3b

Please sign in to comment.