From 6e732ee9a4d23c31ea735ea9f0fe76ce12281395 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 11 Jun 2020 23:56:35 +0100 Subject: [PATCH] fix parameter oauth cli --- lib/cli/scripts/kubectl-clean-app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/scripts/kubectl-clean-app.ts b/lib/cli/scripts/kubectl-clean-app.ts index e15fed012d..5148afa072 100644 --- a/lib/cli/scripts/kubectl-clean-app.ts +++ b/lib/cli/scripts/kubectl-clean-app.ts @@ -51,7 +51,7 @@ function getAlfrescoJsApiInstance(args: ConfigArgs) { hostBpm: `${args.host}`, authType: 'OAUTH', oauth2: { - host: `${args.oauth}`, + host: `${args.oauth}/auth/realms/alfresco`, clientId: `${args.clientId}`, scope: 'openid', secret: '',