You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure bdbag to fetch via Globus for Whole Tale bags that have been downloaded to a user's local system. Looking at https://github.com/fair-research/bdbag/blob/master/doc/config.md, I see that I need a keychain.json, but it's not clear how the average user would configure this on their local system.
Here's what I have working so far. It seems a bit complex, so I'm hoping there's a more straightforward way:
Install GCP and configure access with "/" writeable (since the transfer uses full paths)
pip install globus-cli and install sqlite3
globus login (this creates the transfer token)
sqlite3 ~/.globus/cli/storage.db "select * from token_storage where resource_server = 'transfer.api.globus.org'"
I'm trying to configure bdbag to fetch via Globus for Whole Tale bags that have been downloaded to a user's local system. Looking at https://github.com/fair-research/bdbag/blob/master/doc/config.md, I see that I need a
keychain.json
, but it's not clear how the average user would configure this on their local system.Here's what I have working so far. It seems a bit complex, so I'm hoping there's a more straightforward way:
pip install globus-cli
and installsqlite3
globus login
(this creates the transfer token)sqlite3 ~/.globus/cli/storage.db "select * from token_storage where resource_server = 'transfer.api.globus.org'"
~/.bdbag/keychain.json
:I'm happy to contribute a documentation PR. The basic requirements seem to be:
The text was updated successfully, but these errors were encountered: