This commit is contained in:
Marco Lettere 2022-10-21 11:03:10 +02:00
parent 4cf2610cdd
commit b9807d1450
2 changed files with 1 additions and 30 deletions

View File

@ -17,7 +17,7 @@ workflows:
# - delete_system_service
# - add_all_system_services_to_vre
# - create_workspace_client
# - add_workspace_client_to_context
- add_workspace_client_to_context
# - enable_workspace_clients_for_context
# - add_workspace_client_to_contexts
# - ghn_client_add_to_context

View File

@ -196,35 +196,6 @@
"Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}"
}
}
},
{
"name" : "check_vre_folder_outcome",
"taskReferenceName" : "check_vre_folder_outcome",
"type" : "DECISION",
"inputParameters" :{
"previous_outcome" : "${workspace_to_vre_folder.output.status}"
},
"caseValueParam" : "previous_outcome",
"decisionCases" : {
"200" : [
{
"name" : "pyrest",
"taskReferenceName" : "make_admin",
"type" : "SIMPLE",
"inputParameters" : {
"url" : "${init.input.storagehub}/workspace/groups/${shubify_context_name.output.result.shubified_context_name}/admins",
"method" : "PUT",
"expect" : [200, 204, 400, 500],
"body" :{
"userId" : "${get_service_account_user.output.body.username}"
},
"headers" : {
"Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}"
}
}
}
]
}
}
]
}