X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2Fdocker-compose-policy-framework%2Fconfig%2Fxacml-pdp%2FdefaultConfig.json;fp=docker-compose%2Fdocker-compose-policy-framework%2Fconfig%2Fxacml-pdp%2FdefaultConfig.json;h=7dc401fe7462252ad3900867417d76338099b668;hb=c5fbfd02e3c7e21de25a7b507a59c0ad10c2ad8b;hp=0000000000000000000000000000000000000000;hpb=7a629fc3b0f667d67f5b2b7dcdbf2eccc526f004;p=nonrtric.git diff --git a/docker-compose/docker-compose-policy-framework/config/xacml-pdp/defaultConfig.json b/docker-compose/docker-compose-policy-framework/config/xacml-pdp/defaultConfig.json new file mode 100644 index 00000000..7dc401fe --- /dev/null +++ b/docker-compose/docker-compose-policy-framework/config/xacml-pdp/defaultConfig.json @@ -0,0 +1,39 @@ +{ + "name": "XacmlPdpParameters", + "pdpGroup": "defaultGroup", + "pdpType": "xacml", + "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", + "useHttps": true, + "allowSelfSignedCerts" : true, + "aaf": false + }, + "applicationPath": "/opt/app/policy/pdpx/apps", + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "dmaap-mr" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : false, + "allowSelfSignedCerts" : true + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "dmaap-mr" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : false, + "allowSelfSignedCerts" : true + }] + } +}