summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-04-23 20:37:00 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-23 20:37:00 +0000
commita3210a7f84335fe4626ccd52ff5d633e7fd3c70e (patch)
treefa4146b86f8f289abb929b119d3d692cbd2a4b96 /kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
parent2aceb30bd007dbe558419210f2f3a0753b909d98 (diff)
parentc88bcc9611987c44efec88acab6f0261350a4968 (diff)
Merge "[POLICY] Remove hardcoded credentials from policy-xacml-pdp"
Diffstat (limited to 'kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json')
-rw-r--r--kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
index a52cc0f6d4..3b72d8ed90 100644
--- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
+++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
@@ -21,16 +21,16 @@
"restServerParameters": {
"host": "0.0.0.0",
"port": 6969,
- "userName": "healthcheck",
- "password": "zb!XztG34",
+ "userName": "${RESTSERVER_USER}",
+ "password": "${RESTSERVER_PASSWORD}",
"https": true,
"aaf": false
},
"policyApiParameters": {
"host": "policy-api",
"port": 6969,
- "userName": "healthcheck",
- "password": "zb!XztG34",
+ "userName": "${API_USER}",
+ "password": "${API_PASSWORD}",
"https": true,
"aaf": false
},