From cc4aaafab7373a84197cd90b89882bc9f07545c8 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 3 Mar 2021 17:39:14 +0100 Subject: [PATCH] enhancment of workflow to setup authz initialization --- templates/group_created.json.j2 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 7ecc308..e7a5baf 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -35,19 +35,6 @@ } } }, - { - "name" : "pyrest", - "taskReferenceName" : "lookup_user", - "type" : "SIMPLE", - "inputParameters" : { - "url" : "${init.input.keycloak_admin}/users?username=${workflow.input.user}", - "method" : "GET", - "headers" : { - "Authorization" : "Bearer ${authorize.output.body.access_token}", - "Accept" : "application/json" - } - } - }, { "name" : "pyrest", "taskReferenceName" : "create_client",