From b90e84f84ae19193fe5ab36a5c2526c7d11bdb20 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 3 Mar 2021 14:45:04 +0100 Subject: [PATCH] enhancment of workflow to setup authz initialization --- templates/group_created.json.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index ee979b9..807a880 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -81,6 +81,7 @@ "inputParameters": { "client_location" : "${create_client.output.headers.location}", "scriptExpression": "var client_id = $.client_location.split('/').pop(); return {'client_id' : client_id}" + } }, { "name" : "pyrest",