Skip to content

Commit

Permalink
Update ownership or automate flow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 18, 2023
1 parent 4f37a13 commit dc7f8bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automate/mdf_prod_flow_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"flow_id": "5b016e00-4518-4a94-b2f0-2724cab7ca08", "flow_scope": "https://auth.globus.org/scopes/5b016e00-4518-4a94-b2f0-2724cab7ca08/flow_5b016e00_4518_4a94_b2f0_2724cab7ca08_user"}
{"flow_id": "c096e223-59e8-42fe-85ea-956208b0f878", "flow_scope": "https://auth.globus.org/scopes/c096e223-59e8-42fe-85ea-956208b0f878/flow_c096e223_59e8_42fe_85ea_956208b0f878_user"}
6 changes: 3 additions & 3 deletions infra/mdf/prod/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ variable "env_vars" {
MANAGE_FLOWS_SCOPE="https://auth.globus.org/scopes/eec9b274-0c81-4334-bdc2-54e90e689b9a/manage_flows"
MONITOR_BY_GROUP="urn:globus:groups:id:5fc63928-3752-11e8-9c6f-0e00fd09bf20"
PORTAL_URL="https://acdc.alcf.anl.gov/mdf/detail/"
RUN_AS_SCOPE="8ca9aa59-fe92-4525-b607-996eec8d5043"
RUN_AS_SCOPE="aa5f9e85-5305-4f9e-9679-95c158e5aa47"
SEARCH_INDEX_UUID="1a57bbe5-5272-477f-9d31-343b8258b7a5"
TEST_DATA_DESTINATION="globus://f10a69a9-338c-4e5b-baa1-0dc92359ab47/mdf_testing/"
TEST_SEARCH_INDEX_UUID="5acded0c-a534-45af-84be-dcf042e36412"
FLOW_ID="5b016e00-4518-4a94-b2f0-2724cab7ca08"
FLOW_SCOPE= "https://auth.globus.org/scopes/5b016e00-4518-4a94-b2f0-2724cab7ca08/flow_5b016e00_4518_4a94_b2f0_2724cab7ca08_user"
FLOW_ID="c096e223-59e8-42fe-85ea-956208b0f878"
FLOW_SCOPE= "https://auth.globus.org/scopes/c096e223-59e8-42fe-85ea-956208b0f878/flow_c096e223_59e8_42fe_85ea_956208b0f878_user"
}
}

Expand Down

0 comments on commit dc7f8bc

Please sign in to comment.