diff --git a/defaults/main.yaml b/defaults/main.yaml index 6af18f7..2bcd0b0 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -4,7 +4,7 @@ workflows: # - group_deleted # - user-group_created # - user-group-role_created -# - group_created + - group_created # - invitation-accepted # - user-group_deleted # - user-group-role_deleted @@ -20,12 +20,12 @@ workflows: # - add_workspace_client_to_context # - enable_workspace_clients_for_context # - add_workspace_client_to_contexts - - ghn_client_add_to_context - - ghn_client_add_to_contexts - - ghn_client_create - - ghn_client_delete - - ghn_client_remove_from_contexts - - ghn_client_remove_from_context +# - ghn_client_add_to_context +# - ghn_client_add_to_contexts +# - ghn_client_create +# - ghn_client_delete +# - ghn_client_remove_from_contexts +# - ghn_client_remove_from_context keycloak_host: "https://accounts.dev.d4science.org/auth" keycloak: "{{ keycloak_host }}/realms" diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 14509c6..fb48d3b 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -524,17 +524,6 @@ "Content-Type" : "application/json" } } - }, - { - "name": "sub_workflow_task", - "taskReferenceName": "call_enable_workspace_clients_for_context", - "subWorkflowParam": { - "name": "enable_workspace_clients_for_context" - }, - "inputParameters": { - "context" : "${workflow.input.group}" - }, - "type": "SUB_WORKFLOW" - } + } ] }