aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-03 11:07:16 -0400
committerJim Hahn <jrh3@att.com>2019-09-03 11:07:16 -0400
commitdc68da3c00c0a814110e0f7529365d695bff571b (patch)
tree2554082d73423f1fc850fa69749ea7b6ee44210c
parent98873e8c202426b9d74d9460ebd30b57fa4c7eb7 (diff)
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 <jrh3@att.com>
-rw-r--r--packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json2
1 files changed, 1 insertions, 1 deletions
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",