Change "pap" to "policy-api" in xacml-pdp config 48/94848/1
authorJim Hahn <jrh3@att.com>
Tue, 3 Sep 2019 15:07:16 +0000 (11:07 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 3 Sep 2019 15:07:16 +0000 (11:07 -0400)
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>
packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json

index c7b7fe2..d61ca95 100644 (file)
@@ -9,7 +9,7 @@
         "aaf": false
     },
     "policyApiParameters": {
-        "host": "pap",
+        "host": "policy-api",
         "port": 6969,
         "userName": "healthcheck",
         "password": "zb!XztG34",