Skip to content

Commit dc8baf8

Browse files
committed
Update: native client id in intialize_globus_endpoint and globus_cleanup files updated.
1 parent 324d343 commit dc8baf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/globus/globus_cleanup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import utils
88

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

1212
# The Globus project the GCS endpoint will be created in
1313
if os.getenv("DATAFED_GCS_ROOT_NAME") is not None:

scripts/globus/initialize_globus_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88

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

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

0 commit comments

Comments
 (0)