aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/drools-apps/custom/xacmlDefaultConfig.json
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2020-04-17 10:27:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-17 10:27:23 +0000
commit2acaba3042518f21565a7d10303f48464e63fed7 (patch)
tree4e6ba9bae315124700e99ee9ce6751e6b1d85455 /scripts/policy/drools-apps/custom/xacmlDefaultConfig.json
parent5f7785e5acd4468a04fb3f038b1e8f71f6ce2dfd (diff)
parentf340ddbd8422bf51dd537b851ebda62d25b1826f (diff)
Merge "End-to-end policy CSIT"
Diffstat (limited to 'scripts/policy/drools-apps/custom/xacmlDefaultConfig.json')
-rw-r--r--scripts/policy/drools-apps/custom/xacmlDefaultConfig.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/scripts/policy/drools-apps/custom/xacmlDefaultConfig.json b/scripts/policy/drools-apps/custom/xacmlDefaultConfig.json
new file mode 100644
index 00000000..5a6573a3
--- /dev/null
+++ b/scripts/policy/drools-apps/custom/xacmlDefaultConfig.json
@@ -0,0 +1,37 @@
+{
+ "name": "XacmlPdpParameters",
+ "pdpGroup": "defaultGroup",
+ "restServerParameters": {
+ "host": "0.0.0.0",
+ "port": 6969,
+ "userName": "healthcheck",
+ "password": "zb!XztG34",
+ "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" : [{
+ "topic" : "POLICY-PDP-PAP",
+ "servers" : [ "policy.api.simpledemo.onap.org" ],
+ "topicCommInfrastructure" : "dmaap",
+ "useHttps" : true,
+ "allowSelfSignedCerts" : true
+ }],
+ "topicSinks" : [{
+ "topic" : "POLICY-PDP-PAP",
+ "servers" : [ "policy.api.simpledemo.onap.org" ],
+ "topicCommInfrastructure" : "dmaap",
+ "useHttps" : true,
+ "allowSelfSignedCerts" : true
+ }]
+ }
+}