From a40de1f80bbf670737ff2453f60f75782afbb43f Mon Sep 17 00:00:00 2001 From: sarada prasad sahoo Date: Wed, 8 May 2019 10:17:22 +0530 Subject: [PATCH] Corrected the ApiInfra to BPMInfra request Authorization Key APIInfra sends request to BPMNInfra with authorization key which was old, corrected as per new AES_GCM mode, it was correct in oom but wrong in docker-config project Change-Id: I2fa3ffdd40020e94506672caaa749e3889f39e42 Issue-ID: SO-1809 Signed-off-by: sarada prasad sahoo --- volumes/so/config/api-handler-infra/onapheat/override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumes/so/config/api-handler-infra/onapheat/override.yaml b/volumes/so/config/api-handler-infra/onapheat/override.yaml index 92fb980..6c0b4a8 100644 --- a/volumes/so/config/api-handler-infra/onapheat/override.yaml +++ b/volumes/so/config/api-handler-infra/onapheat/override.yaml @@ -31,7 +31,7 @@ mso: default: testApi: GR_API camundaURL: http://bpmn-infra:8081 - camundaAuth: 1D9003AB8BAFFA0D2104B67FA89040AD70B5B495B2A5DF931DE236484EBC1681 + camundaAuth: 18FAA5A7D9AF6D99D23191C0408BFC140CE7B3B2BE5D3E3C7078C2383F27752356E5ADFFA388EFBC3B5C3D0F8A8926 async: core-pool-size: 50 max-pool-size: 50 -- 2.16.6