From bf7fb4ddaa996ffcfc2879fa7ecbede3341869af Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 7 Aug 2019 16:54:41 -0500 Subject: El Alto early drop policy changes Issue-ID: POLICY-1953 Signed-off-by: jhh Change-Id: I8172897520bd970d447d66e8d7d4734508d1ece7 --- .../charts/policy-xacml-pdp/resources/config/config.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json') 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 789dde4491..5635c05efa 100644 --- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json +++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json @@ -25,5 +25,17 @@ "https": true, "aaf": false }, - "applicationPath": "/opt/app/policy/pdpx/apps" -} \ No newline at end of file + "applicationPath": "/opt/app/policy/pdpx/apps", + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }] + } +} -- cgit 1.2.3-korg