From 065b6f2df284db0bf6ecceb2fd3fcf0ea9b0d506 Mon Sep 17 00:00:00 2001 From: vb8416 Date: Tue, 12 Feb 2019 18:59:00 -0500 Subject: [PATCH] use encrypted auth for dmaap Re-Factor DMAAP Credentials to use encrypted auth credential Change-Id: I4f737aee0f156b5359faf281d3aaa1cc0bc45183 Issue-ID: SO-1425 Signed-off-by: Bonkur, Venkat (vb8416) --- volumes/so/config/api-handler-infra/onapheat/override.yaml | 1 + volumes/so/config/bpmn-infra/onapheat/override.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/volumes/so/config/api-handler-infra/onapheat/override.yaml b/volumes/so/config/api-handler-infra/onapheat/override.yaml index 847bd84..9782ff1 100644 --- a/volumes/so/config/api-handler-infra/onapheat/override.yaml +++ b/volumes/so/config/api-handler-infra/onapheat/override.yaml @@ -56,6 +56,7 @@ mso: username: testuser password: VjR5NDcxSzA= host: http://c1.vm1.mso.simpledemo.onap.org:28090 + auth: 51EA5414022D7BE536E7516C4D1A6361416921849B72C0D6FC1C7F262FD9F2BBC2AD124190A332D9845A188AD80955567A4F975C84C221EEA8243BFD92FFE6896CDD1EA16ADD34E1E3D47D4A publisher: topic: com.att.ecomp.mso.operationalEnvironmentEvent diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 98fc444..0a28061 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -234,6 +234,7 @@ mso: username: testuser password: alRyMzJ3NUNeakxl host: http://10.42.111.36:904 + auth: A4DE725B8B0D1A745049409B16762C16BC9B48555DC157272741D616323104442B3AAC052ED17E74EECA136B89C8C6615C8CC269ED5834EC47C6BE6A75DF39C6C07B07DF064CE268BE6510F472 publisher: topic: replaceme policy: -- 2.16.6