diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-04-23 10:35:20 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-04-23 10:35:20 -0500 |
commit | 52ee4af3ad37e2e89815ce8c3cc1e9fc1e6db603 (patch) | |
tree | 34cd047b4dd023f1dbaf82b21aebd5acced3c8bd /docs/platform/cookbook.rst | |
parent | c0358db3ac257a91364691654fe82f1b1a4f8bab (diff) |
Documentation bypassing portal
Change-Id: Id9548a7fdc45dcd4d5055f28403c4125a6f85984
Issue-ID: POLICY-1650
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'docs/platform/cookbook.rst')
-rw-r--r-- | docs/platform/cookbook.rst | 4 |
1 files changed, 1 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 |