aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@ericsson.com>2018-11-06 20:28:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-06 20:28:54 +0000
commit677d872505a8b74a175023ff199b123ff2147dc8 (patch)
tree8b4b26fa317385ef53b70ca37537251575e958d9
parentfe8b9e72cafa4acf31db4239593a74a5ccf89a4a (diff)
parenta4c3b2d2359375ba99f761a3871e6baccb92231f (diff)
Merge "Bypass Portal Cookbook recipes"
-rw-r--r--docs/platform/cookbook.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/platform/cookbook.rst b/docs/platform/cookbook.rst
index 3281d571c..c4a2c7cf3 100644
--- a/docs/platform/cookbook.rst
+++ b/docs/platform/cookbook.rst
@@ -186,6 +186,26 @@ PDP-D Recipes (inside the "drools" container)
-X PUT https://localhost:9696/policy/pdp/engine/tools/loggers/network/WARN
+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