From dc68da3c00c0a814110e0f7529365d695bff571b Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 3 Sep 2019 11:07:16 -0400 Subject: [PATCH] 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 --- .../policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.16.6