diff options
author | ramu.n <ramu.n@huawei.com> | 2020-05-27 19:00:37 +0530 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-05-27 15:01:05 +0000 |
commit | 40a3997517147e638a7e87a8cad668db154414a7 (patch) | |
tree | 0cdf3710f32af737bf2dad52e584b7cde5434789 /bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml | |
parent | 616a4dd89a17312193044b59370c9f03df93762c (diff) |
Fix BBS integration issue
Issue-ID: SO-2955
Change-Id: I44419a403756c87dcd8dd0f98ee63721bb193906
Signed-off-by: ramu.n <ramu.n@huawei.com>
(cherry picked from commit fa20cbaba61bbb6dc073ddfadea264bb7b0c823d)
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml')
-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 |