-
Notifications
You must be signed in to change notification settings - Fork 10
Simple globus script #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Simple globus script #382
Conversation
|
Based on commits as of b8fe696, I asked Claude if we could get this script to "Authenticate 1x on toy run, 0x on real run". It first suggested using the same client, but I explained we were simulating two command calls. It then said this:
I then asked "But why can we get Real Run down to no authentications if we authenticate twice in the Toy Run?" To which it summarizes with:
which doesn't illuminate terribly much. I guess there is the question of using the |
0268eb6 to
572210c
Compare
|
Results from 3rd commit (572210c):
|
1078500 to
febaf7d
Compare
|
After extensive back-and-forth with Claude, finally arrived at the changes in 497982a, which give us: Run:
After run: cat /home/ac.forsyth2/.zstash.ini
# [local]
# globus_endpoint_uuid =
cat /home/ac.forsyth2/.globus-native-apps.cfg
# cat: /home/ac.forsyth2/.globus-native-apps.cfg: No such file or directory
cat /home/ac.forsyth2/.zstash_globus_tokens.json
# {
# "transfer.api.globus.org": {
# "access_token": "alphanumeric token here>",
# "refresh_token": "<alphanumeric token here>",
# "expires_at": <number here>
# }
# } |
febaf7d to
497982a
Compare
|
So it looks like this version trades out |
|
I do see the unit tests failing, so it looks like the Globus SDK upgrade might have caused an issue there. |
|
I'm going to try to incorporate these changes here in the simple script into the real thing, in #380 |
Summary
Objectives:
zstashinto a stand-alone script, for more isolated debugging. (Original script is from Refactor zstash #370).Select one: This pull request is...
Small Change