Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/globus/generate_web_server_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import os, sys

CLIENT_ID = "f8d0afca-7ac4-4a3c-ac05-f94f5d9afce8"
CLIENT_ID = "d7a7db79-c746-4947-9273-54cf578e4785"

# The Globus project the GCS endpoint will be created in
default_DATAFED_GCS_ROOT_NAME = "DataFed Repo"
Expand Down
2 changes: 1 addition & 1 deletion scripts/globus/globus_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import utils

# Native Client ID for the DataFed Globus Setup Scripts
CLIENT_ID = "f8d0afca-7ac4-4a3c-ac05-f94f5d9afce8" # NATIVE
CLIENT_ID = "d7a7db79-c746-4947-9273-54cf578e4785" # NATIVE

# The Globus project the GCS endpoint will be created in
if os.getenv("DATAFED_GCS_ROOT_NAME") is not None:
Expand Down
2 changes: 1 addition & 1 deletion scripts/globus/initialize_globus_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys

# Hard coded Native Client ID
CLIENT_ID = "f8d0afca-7ac4-4a3c-ac05-f94f5d9afce8"
CLIENT_ID = "d7a7db79-c746-4947-9273-54cf578e4785"

# The Globus project the GCS endpoint will be created in
default_DATAFED_GCS_ROOT_NAME = "DataFed Repo"
Expand Down