From: Jim Hahn Date: Tue, 3 Sep 2019 15:07:16 +0000 (-0400) Subject: Change "pap" to "policy-api" in xacml-pdp config X-Git-Tag: 2.1.2~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dc68da3c00c0a814110e0f7529365d695bff571b;p=policy%2Fxacml-pdp.git Change "pap" to "policy-api" in xacml-pdp config The json config file is really only an example, but the example leads users down the wrong path, because it implies that xacml-pdp connects to "pap" to get policy type information, when it actually talks to "policy-api". Updated the config file. Change-Id: Id2a42264591acd37b7813673fdcaa790257a9d8a Issue-ID: POLICY-1911 Signed-off-by: Jim Hahn --- diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json index c7b7fe24..d61ca958 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json @@ -9,7 +9,7 @@ "aaf": false }, "policyApiParameters": { - "host": "pap", + "host": "policy-api", "port": 6969, "userName": "healthcheck", "password": "zb!XztG34",