DataFed icon indicating copy to clipboard operation
DataFed copied to clipboard

[Bug] - The Globus Python SDK is not pinned

Open JoshuaSBrown opened this issue 2 months ago • 0 comments

Description

Changes in the globus python sdk are resulting in inconsistency in the build process.


When registering the repository with DataFed the ID must be: compose-home
When registering the repository with DataFed path is abs to the mapped collection and must be listed as: /mnt/datafed/compose-home
Traceback (most recent call last):
  File "/datafed/source/scripts/globus/create_guest_collection.py", line 85, in <module>
    token_response = confidential_client.oauth2_client_credentials_tokens()
TypeError: oauth2_client_credentials_tokens() missing 1 required positional argument: 'requested_scopes'

Steps to Replicate

Additional context

Page occured:

Expected behavior

Artifacts (if appropriate):

JoshuaSBrown avatar Oct 23 '25 16:10 JoshuaSBrown