-
Notifications
You must be signed in to change notification settings - Fork 17
Do not request data_access scopes for HA Globus Endpoints #679
Copy link
Copy link
Closed
Labels
bugError, flaw, or fault that causes unexpected behaviorError, flaw, or fault that causes unexpected behavior
Description
Describe the problem.
When creating the Globus Transfer client we request data access scopes for the list of Globus endpoints:
proxystore/proxystore/globus/client.py
Line 97 in 073024f
| client.add_app_data_access_scope(collections) |
But some of these could be HA which don't have data access scopes. We need to skip these like in the example: https://globus-sdk-python.readthedocs.io/en/latest/user_guide/usage_patterns/data_transfer/detecting_data_access/index.html
It would also be good to add a note to the CLI to not request data access scopes for HA.
How did you install ProxyStore?
N/AProxyStore Version
v0.8
Python Version
all
OS and Platform
all
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugError, flaw, or fault that causes unexpected behaviorError, flaw, or fault that causes unexpected behavior