diff options
Diffstat (limited to 'kubernetes/dcaegen2')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |