fix invalid json config for PH 29/89829/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Wed, 12 Jun 2019 23:39:01 +0000 (23:39 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Wed, 12 Jun 2019 23:39:47 +0000 (23:39 +0000)
Change-Id: I90cc36a5be62445320be16183b0bef47355fd077
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1620
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json

index 1db11ad..7342ca6 100644 (file)
@@ -12,7 +12,7 @@
     },
     "policy_engine": {
       "url": "https://{{ .Values.config.address.policy_xacml_pdp }}:6969",
-      "path_decision": "/policy/pdpx/v1/decision"
+      "path_decision": "/policy/pdpx/v1/decision",
       "path_notifications": "/pdp/notifications",
       "path_api": "/pdp/api/",
       "headers": {