From e6592070199216447eab1e147eab42f7212bf23c Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Wed, 26 Jan 2022 11:05:49 +0100 Subject: [PATCH] more resilient to return type from shub --- templates/add_workspace_client_to_context.json.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/add_workspace_client_to_context.json.j2 b/templates/add_workspace_client_to_context.json.j2 index bde141e..60afa95 100644 --- a/templates/add_workspace_client_to_context.json.j2 +++ b/templates/add_workspace_client_to_context.json.j2 @@ -193,7 +193,6 @@ "userId" : "${get_service_account_user.output.body.username}" }, "headers" : { - "Accept" : "application/json", "Authorization" : "Bearer ${authorize_with_uma_rpt.output.body.access_token}" } }