Documentation updates for PDP/PAP Testing/Debug
Modified rst documents with a couple minor updates for healthcheck and
logging info
Made various changes from Jorge's comments and added a section for BRMSGW
Change-Id: Id1dc6001700d5d84ec899810645a8ca22bec2a04
Issue-ID: POLICY-1168
Signed-off-by: Michael Mokry <michael.mokry@att.com>
diff --git a/docs/platform/feature_healthcheck.rst b/docs/platform/feature_healthcheck.rst
index d66a514..a0793e9 100644
--- a/docs/platform/feature_healthcheck.rst
+++ b/docs/platform/feature_healthcheck.rst
@@ -108,8 +108,8 @@
# Assuming the healthcheck service credentials have not been changed
# post-installation within the drools container
- source /opt/policy/config/drools/feature-healthcheck.conf
- curl --silent --user "${HEALTHCHECK_USER}:${HEALTHCHECK_PASSWORD}" -X GET http://localhost:6969/healthcheck | python -m json.tool
+ source /opt/app/policy/config/feature-healthcheck.conf.environment
+ curl -k --silent --user "${HEALTHCHECK_USER}:${HEALTHCHECK_PASSWORD}" -X GET https://localhost:6969/healthcheck | python -m json.tool
End of Document