From 43b68fe755dac784158394f63fc7d7ae5d8a5a9b Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 23 Nov 2021 13:29:56 +0100 Subject: [PATCH] fix auth --- templates/add_workspace_client_to_context.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/add_workspace_client_to_context.json.j2 b/templates/add_workspace_client_to_context.json.j2 index 28058ca..f5e2265 100644 --- a/templates/add_workspace_client_to_context.json.j2 +++ b/templates/add_workspace_client_to_context.json.j2 @@ -177,7 +177,7 @@ "audience" : "${init.input.root_vo}", "grant_type" : "urn:ietf:params:oauth:grant-type:uma-ticket", "client_id" : "orchestrator", - "client_secret" : "{{ keycloak_auth_master }}" + "client_secret" : "{{ keycloak_auth }}" } } },