Bypass Portal Cookbook recipes 08/72008/1
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Tue, 6 Nov 2018 18:05:41 +0000 (12:05 -0600)
committerJorge Hernandez <jorge.hernandez-herrero@att.com>
Tue, 6 Nov 2018 20:29:56 +0000 (20:29 +0000)
Change-Id: I3c975859518a4623def71edc0975f6bc5121362e
Issue-ID: POLICY-1218
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
(cherry picked from commit a4c3b2d2359375ba99f761a3871e6baccb92231f)

docs/platform/cookbook.rst

index fee1913..4bee685 100644 (file)
@@ -111,6 +111,26 @@ PDP-D Recipes ("drools" container)
         curl --silent --user "${HEALTHCHECK_USER}:${HEALTHCHECK_PASSWORD}" 
              -X GET http://localhost:6969/healthcheck | python -m json.tool
 
+PAP Recipes (inside the "pap" container)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+    .. code-block:: bash
+       :caption: Bypass Portal Authentication with the Policy Web UI
+       :linenos:
+
+        edit: /opt/app/policy/servers/console/webapps/onap/WEB-INF/classes/portal.properties
+        comment out: #role_access_centralized = remote
+        restart pap: policy.sh stop; policy.sh start;
+
+
+    .. code-block:: bash
+       :caption: Access the Policy Web UI without going through the Portal UI
+       :linenos:
+
+       https://<pap-vm>:8443/onap/login.htm  (Heat)
+       https://<pap-vm>:30219/onap/login.htm  (Kubernetes)
+
+
 End of Document
 
 .. SSNote: Wiki page ref. https://wiki.onap.org/display/DW/Policy+Cookbook