Change-Id: Id9548a7fdc45dcd4d5055f28403c4125a6f85984
Issue-ID: POLICY-1650
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
        :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;
+        sed -i "s/^role_access_centralized.*$/#role_access_centralized=remote/g" /opt/app/policy/servers/console/webapps/onap/WEB-INF/classes/portal.properties; policy.sh stop; policy.sh start;
 
 
     .. code-block:: bash
 
 
     * [POLICY-1433] - Remove proprietary licenses in PSSD test CSAR
 
+**Known Issues**
+ 
+The following known issue will be addressed in a future release.
+
+    * `[POLICY-1650] <https://jira.onap.org/browse/POLICY-1277>`_ - Policy UI doesn't show left menu or any content
+
+A workaround for this issue consists in bypassing the Portal UI when accessing the Policy UI.   See `PAP recipes <https://docs.onap.org/en/casablanca/submodules/policy/engine.git/docs/platform/cookbook.html?highlight=policy%20cookbook#id23>`_ for the specific procedure.
+
 
 Version: 3.0.1
 --------------