diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-04-23 10:35:20 -0500 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-04-23 15:42:08 +0000 |
commit | 8ac5064cca22becdb5f9a16937f4821793c5f7a0 (patch) | |
tree | 5fa9f9fef7d1725f87c7ed9248113cbaa5360cbc | |
parent | b874f123c5db37ed7eb2494d241e0d81559c04a5 (diff) |
Documentation bypassing portal3.0.2-ONAPcasablanca
Change-Id: Id9548a7fdc45dcd4d5055f28403c4125a6f85984
Issue-ID: POLICY-1650
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
-rw-r--r-- | docs/platform/cookbook.rst | 4 | ||||
-rw-r--r-- | docs/release-notes.rst | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/platform/cookbook.rst b/docs/platform/cookbook.rst index c4a2c7cf3..e79b4a9c8 100644 --- a/docs/platform/cookbook.rst +++ b/docs/platform/cookbook.rst @@ -193,9 +193,7 @@ PAP Recipes (inside the "pap" container) :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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 618ba2975..234391f7d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -36,6 +36,14 @@ The following items were deployed with the Casablanca Maintenance Release: * [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 -------------- |