From 30d02e82c80f215fadbedd1a452e4d3eb2a0cf52 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 29 Mar 2019 08:42:47 -0400 Subject: config for 5.0.0 policy-handler new PDP API - in R4 Dublin the policy-engine introduced a totally new API - policy-handler now has a startup option to either use = the new PDP API (default) = or the old PDP API that was created-updated before the end of 2018 - to use the old PDP API requires changing either the etc/config.json or setting up a non-empty env var PDP_API_VERSION on startup: export PDP_API_VERSION=2018 docker run ... -e PDP_API_VERSION ... Change-Id: Idd6973cf6cc3e76d2969332ff96e5e9e962ece1a Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-1128 --- bootstrap/README-docker.md | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/README-docker.md') diff --git a/bootstrap/README-docker.md b/bootstrap/README-docker.md index d60afe2..7e3dedc 100644 --- a/bootstrap/README-docker.md +++ b/bootstrap/README-docker.md @@ -107,6 +107,7 @@ application_config: # related to policy-engine itself. policy_engine : url : "https://policy-engine.onap.org:8081" + path_decision : "/decision/v1" path_pdp : "/pdp/" path_api : "/pdp/api/" headers : -- cgit 1.2.3-korg