diff options
author | ramu.n <ramu.n@huawei.com> | 2020-05-27 19:00:37 +0530 |
---|---|---|
committer | ramu.n <ramu.n@huawei.com> | 2020-05-27 19:00:44 +0530 |
commit | fa20cbaba61bbb6dc073ddfadea264bb7b0c823d (patch) | |
tree | e02f821de7dd7642d030b77e9821ef8368b9e371 | |
parent | a06fb5e6ecc13c0b9742819c710f762fed2b79ac (diff) |
Fix BBS integration issue1.6.3
Issue-ID: SO-2955
Change-Id: I44419a403756c87dcd8dd0f98ee63721bb193906
Signed-off-by: ramu.n <ramu.n@huawei.com>
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml b/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml index 1ad95b3ab9..e08cf0f578 100644 --- a/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml +++ b/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml @@ -5,6 +5,7 @@ server: mso: infra: auditInventory: false + camundaAuth: AE2E9BE6EF9249085AF98689C4EE087736A5500629A72F35068FFB88813A023581DD6E765071F1C04075B36EA4213A spring: datasource: hikari: @@ -42,3 +43,9 @@ management: prometheus: enabled: true # Whether exporting of metrics to Prometheus is enabled. step: 1m # Step size (i.e. reporting frequency) to use. +org: + onap: + so: + adapters: + network: + encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7 |