diff options
Diffstat (limited to 'config/pe/pdp.conf')
-rw-r--r-- | config/pe/pdp.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/pe/pdp.conf b/config/pe/pdp.conf index 363fdcb3..7248717d 100644 --- a/config/pe/pdp.conf +++ b/config/pe/pdp.conf @@ -34,3 +34,20 @@ node_type=pdp_xacml resource_name=pdp_1 dependency_groups=pdplp_1;pypdp_1;brmsgw_1 test_via_jmx=true + +# +# Notification Properties +# Notifcation type: websocket, ueb or dmaap... if left blank websocket is the default +PDP_NOTIFICATION_TYPE=websocket,UEB +PDP_UEB_CLUSTER= +PDP_UEB_TOPIC= +PDP_UEB_DELAY= +PDP_UEB_API_KEY= +PDP_UEB_API_SECRET= +PDP_DMAAP_AAF_LOGIN= +PDP_DMAAP_AAF_PASSWORD= + +#AAF Policy Name space +#Required only, when we use AAF +POLICY_AAF_NAMESPACE= +POLICY_AAF_RESOURCE=
\ No newline at end of file |