aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsarada prasad sahoo <sarada.prasad.sahoo@huawei.com>2019-05-08 10:17:22 +0530
committersarada prasad sahoo <sarada.prasad.sahoo@huawei.com>2019-05-08 10:18:14 +0530
commita40de1f80bbf670737ff2453f60f75782afbb43f (patch)
tree00a9e319aa8d51fbe7b18a25bf9c3b18e7b484c5
parentd4553d5d08c81fd1922450825b8514276815018f (diff)
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 <sarada.prasad.sahoo@huawei.com>
-rw-r--r--volumes/so/config/api-handler-infra/onapheat/override.yaml2
1 files changed, 1 insertions, 1 deletions
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