aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-03 11:13:43 -0400
committerJim Hahn <jrh3@att.com>2019-09-03 11:31:13 -0400
commitc4762a6386bd7162b7c14d06fb769bb11a14ede4 (patch)
treeb419221879666d296b9e45080b4e12c92a8382c1
parent27c62560fe6ce862e132cecf9e7b8f15236c0578 (diff)
Add policy-api to xacml-pdp config for OOM
Updated xacml-pdp config to add parameters so that it can connect to policy-api to retrieve policy types. Change-Id: Ib2fbd1523936a5b7c080e806b66eb0d31cb50365 Issue-ID: POLICY-2021 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json8
1 files changed, 8 insertions, 0 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 5635c05efa..4483a1b51a 100644
--- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
+++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
@@ -25,6 +25,14 @@
"https": true,
"aaf": false
},
+ "policyApiParameters": {
+ "host": "policy-api",
+ "port": 6969,
+ "userName": "healthcheck",
+ "password": "zb!XztG34",
+ "https": true,
+ "aaf": false
+ },
"applicationPath": "/opt/app/policy/pdpx/apps",
"topicParameterGroup": {
"topicSources" : [{