Skip to content

Commit f3d763f

Browse files
committed
update update user & endpoint for prod (SOFTWARE-5057)
1 parent 7345d5f commit f3d763f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

group_fixup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212

1313
SCRIPT = os.path.basename(__file__)
14-
ENDPOINT = "https://registry-test.cilogon.org/registry/"
15-
OSG_CO_ID = 8
14+
ENDPOINT = "https://registry.cilogon.org/registry/"
15+
USER = "co_7.group_fixup"
16+
OSG_CO_ID = 7
1617

1718
GET = "GET"
1819
PUT = "PUT"
@@ -49,8 +50,8 @@ def usage(msg=None):
4950

5051
class Options:
5152
endpoint = ENDPOINT
52-
user = "co_8.project_script"
5353
osg_co_id = OSG_CO_ID
54+
user = USER
5455
authstr = None
5556

5657

0 commit comments

Comments
 (0)