From 1fcf451a3419e0c34ebd465af5e65912f2b6c817 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Mon, 4 Mar 2019 21:45:11 -0500 Subject: [PATCH] Add CDS auth property MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3c3e447d9e97534cb19f93860dc8efcbda96041f Issue-ID: CCSDK-1055 Signed-off-by: Alexis de Talhouët --- volumes/so/config/bpmn-infra/onapheat/override.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 03bb8d2..5359427 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -17,6 +17,7 @@ camunda: cds: endpoint: blueprints-processor port: 9111 + auth: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw== entitymanager: packagesToScan: com pnf: -- 2.16.6