summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorliboNet <libo.zhu@intel.com>2018-09-30 06:27:50 +0800
committerliboNet <libo.zhu@intel.com>2018-09-30 06:27:50 +0800
commitca479a6ab265de8b3d45a8ad194eaf5063a3ad36 (patch)
treefde1ee29b0f288724ead7e02b59b3a63d41d57f5 /packages
parent0ab20917baad2b4c8bcb49f7e9451cbde7f4c98c (diff)
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 <libo.zhu@intel.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json6
1 files changed, 3 insertions, 3 deletions
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,