From ca479a6ab265de8b3d45a8ad194eaf5063a3ad36 Mon Sep 17 00:00:00 2001 From: liboNet Date: Sun, 30 Sep 2018 06:27:50 +0800 Subject: Add user and password into client setting SDC will do authorization based on the input configuration. Change-Id: Ie4b3eca8d24a669e14e9752f7d7f67a222fdc3d1 Issue-ID: POLICY-1158 Signed-off-by: liboNet --- .../src/main/resources/etc/defaultConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/policy-distribution-tarball/src/main/resources/etc') diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index 01aefb24..ce1569b8 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -37,8 +37,8 @@ "messageBusAddress": [ "message-router.onap" ], - "user": "sdc-1480", - "password": "sdc-1480", + "user": "policy", + "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U", "pollingInterval":20, "pollingTimeout":30, "consumerId": "policy-id", @@ -47,7 +47,7 @@ "HEAT" ], "consumerGroup": "policy-group", - "environmentName": "environmentName", + "environmentName": "AUTO", "keystorePath": "null", "keystorePassword": "null", "activeserverTlsAuth": false, -- cgit 1.2.3-korg