From 855ed8989b95e4683f0a78423684421559d5e727 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Wed, 12 Jun 2019 23:39:01 +0000 Subject: [PATCH] fix invalid json config for PH Change-Id: I90cc36a5be62445320be16183b0bef47355fd077 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1620 Signed-off-by: Vijay Venkatesh Kumar --- .../dcaegen2/charts/dcae-policy-handler/resources/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json index 1db11ad476..7342ca633a 100644 --- a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json +++ b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json @@ -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": { -- 2.16.6