From b714eeed757cd115ed45bdc90e438fb33d76823f Mon Sep 17 00:00:00 2001 From: Manoop Talasila Date: Fri, 4 May 2018 15:03:50 -0400 Subject: Replace 2017 with 2017-2018 in license text Make CLI application as integrated app in portal Issue-ID: PORTAL-176, PORTAL-152 Change-Id: I515dd6f8255fcf36b3a8753da7449de0a7564489 Signed-off-by: Manoop Talasila --- LICENSE.txt | 2 +- deliveries/Apps_Users_OnBoarding_Script.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 73eab27e..585f12df 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ ============LICENSE_START========================================== ONAP Portal =================================================================== -Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2017 - 2018 AT&T Intellectual Property. All rights reserved. =================================================================== Unless otherwise specified, all software contained herein is licensed diff --git a/deliveries/Apps_Users_OnBoarding_Script.sql b/deliveries/Apps_Users_OnBoarding_Script.sql index 34dbe896..0232a1f4 100644 --- a/deliveries/Apps_Users_OnBoarding_Script.sql +++ b/deliveries/Apps_Users_OnBoarding_Script.sql @@ -12,7 +12,7 @@ INSERT INTO `fn_app` (`app_id`, `app_name`, `app_image_url`, `app_description`, (5, 'Policy', 'images/cache/portal1470452815_67021.png', NULL, NULL, 'http://policy.api.simpledemo.onap.org:8443/onap/policy', NULL, 'http://policy.api.simpledemo.onap.org:8443/onap/api/v2', '', '', NULL, 'okYTaDrhzibcbGVq5mjkVQ==', 'N', 'Y', NULL, 'Default', 'ueb_key', 'ueb_secret', 'ECOMP-PORTAL-OUTBOX', 1,'N',NULL), (6, 'Virtual Infrastructure Deployment', 'images/cache/portal-345993588_92550.png', NULL, NULL, 'http://vid.api.simpledemo.onap.org:8080/vid/welcome.htm', NULL, 'http://vid.api.simpledemo.onap.org:8080/vid/api/v2', '', '', NULL, 'okYTaDrhzibcbGVq5mjkVQ==', 'N', 'Y', NULL, 'Default', '2Re7Pvdkgw5aeAUD', 'S31PrbOzGgL4hg4owgtx47Da', 'ECOMP-PORTAL-OUTBOX-90', 1,'N',NULL), (7, 'A&AI UI', 'images/cache/portal-345993588_92550.png', NULL, NULL, 'http://aai.api.simpledemo.onap.org:9517/services/aai/webapp/index.html#/viewInspect', NULL, 'http://aai.api.simpledemo.onap.org:9517/api/v2', '', '', NULL, 't1oqm6wCXrGUXUSL8mS7pQ==', 'N', 'Y', NULL, 'aaiui', 'ueb_key', 'ueb_secret', 'ECOMP-PORTAL-OUTBOX', 1,'N',NULL), -(8, 'CLI', 'images/cache/portal-345993588_92550.png', NULL, NULL, 'http://portal.api.simpledemo.onap.org:8080/', NULL, NULL, '', '', NULL, '', 'Y', 'Y', NULL, '', '', '', '', 2,'N',NULL), +(8, 'CLI', 'images/cache/portal-345993588_92550.png', NULL, NULL, 'http://portal.api.simpledemo.onap.org:8080/', NULL, NULL, '', '', NULL, '', 'Y', 'Y', NULL, '', '', '', '', 1,'N',NULL), (9, 'MSB', 'images/cache/portal-345993588_92550.png', NULL, NULL, 'http://msb-discovery:8080/iui/microservices/default.html', NULL, NULL, '', '', NULL, '', 'Y', 'Y', NULL, '', '', '', '', 2,'N',NULL); -- insert SDC users user id2-8 -- cgit 1.2.3-korg From 378780d0331eeed45f3cc619ba4959524fad3749 Mon Sep 17 00:00:00 2001 From: Manoop Talasila Date: Mon, 7 May 2018 17:37:19 -0400 Subject: Release 2.2.0 Issue-ID: PORTAL-249 Change-Id: I976fa4c0d21bff5a19c80dcf0a15160eb503999d Signed-off-by: Manoop Talasila --- deliveries/os_docker_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deliveries/os_docker_release.sh b/deliveries/os_docker_release.sh index 2a22fef8..3ff88b2d 100755 --- a/deliveries/os_docker_release.sh +++ b/deliveries/os_docker_release.sh @@ -13,7 +13,7 @@ if [ -z "$PORTAL_VERSION" ]; then fi TIMESTAMP=$(date +%C%y%m%dT%H%M%S) -export VERSION="${PORTAL_VERSION}-STAGING-${TIMESTAMP}" -export LATEST="${PORTAL_VERSION}-STAGING-latest" +export VERSION="${PORTAL_VERSION}-${TIMESTAMP}" +export LATEST="${PORTAL_VERSION}" exec ./os_docker_base.sh -- cgit 1.2.3-korg From 6784e49ef0897fe738706b0a3f3032cbb17255f2 Mon Sep 17 00:00:00 2001 From: Manoop Talasila Date: Tue, 8 May 2018 11:59:38 -0400 Subject: Add License text Issue-ID: PORTAL-271 Change-Id: Iac03c5965614953b28e1ab3c77b15ab945134b6b Signed-off-by: Manoop Talasila --- LICENSE.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LICENSE.txt b/LICENSE.txt index 585f12df..7b8a2fca 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -30,6 +30,14 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +For the files +/ecomp-portal-BE-common/src/main/webapp/WEB-INF/static/ebz/angular_js/angular-sanitize.js +and +/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/angular-sanitize.js +to the extent that they contain code originating from Erik Arvidsson, +that code is used under the Apache-2.0 license, +as permitted by http://erik.eae.net/simplehtmlparser/simplehtmlparser.js. + ============LICENSE_END============================================ -- cgit 1.2.3-korg From 33bc58011539e8b4e8391da7c1f35c463c290851 Mon Sep 17 00:00:00 2001 From: Manoop Talasila Date: Mon, 14 May 2018 14:55:59 -0400 Subject: Widget microservices configuration change Issue-ID: PORTAL-282 Change-Id: I8118605058728d239dea927db7d6d9447e386e86 Signed-off-by: Manoop Talasila --- deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties b/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties index 547a882c..e353ace5 100644 --- a/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties +++ b/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties @@ -19,7 +19,7 @@ security.user.name=widget_user security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718) initialization.default.widgets=true -initialization.widgetData.url=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/commonWidgets +initialization.widgetData.url=http://portal-app:8080/ONAPPORTAL/commonWidgets ## Account Basic Authentication Properties account.user.name=portal -- cgit 1.2.3-korg From 09516395ecf10e239d507ef586da91015e8ad529 Mon Sep 17 00:00:00 2001 From: "Welch, Lorraine (lb2391)" Date: Wed, 30 May 2018 14:59:48 -0400 Subject: Updated Beijing Release Notes Issue-ID: PORTAL-147 Change-Id: I7e416c91ab514fdafd48475253f649ba3117f476 Signed-off-by: Welch, Lorraine (lb2391) (cherry picked from commit 05005dbbecd71368f6bfa03db357ae123abd8061) --- docs/release-notes.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2ef460b7..1a4697bc 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -6,10 +6,10 @@ Portal Platform Release Notes ============================= -Version: 2.1.0 +Version: 2.2.0 -------------- -:Release Date: 24 May 2018 +:Release Date: 7 June 2018 .. toctree:: :maxdepth: 1 @@ -38,7 +38,7 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad * Not able to delete portal admin user * Add support to connect with AAF Runtime * Portal's SDK UI documentation in ONAP wiki needs samples - * The Portal/SDK fn_user table has encrypted passwords that need to hange to using a hash algorithm + * The Portal/SDK fn_user table has encrypted passwords that need to be changed to use a hash algorithm * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page **Security Issues** @@ -52,11 +52,12 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad **Other** * Below are the docker images released as part of Portal Platform project: - * onap/portal-db:v2.1.0 - * onap/portal-apps:v2.1.0 - * onap/portal-wms:v2.1.0 + * onap/portal-db:v2.2.0 + * onap/portal-apps:v2.2.0 + * onap/portal-wms:v2.2.0 * onap//music/music-cassandra:v3.0 * zookeeper:v3.4.0 + * portal/sdk - (Release branch: "release-2.2.0") Version: 1.3.0 -------------- -- cgit 1.2.3-korg From 14a279637411d580aff1614469fd725f0c1e95e9 Mon Sep 17 00:00:00 2001 From: Gildas Lanilis Date: Thu, 31 May 2018 10:28:40 -0700 Subject: Document Security section of the Release Notes Change-Id: I4d0c00271c2a8ce53a50769cecf88d9b8f1aaebb Issue-ID: DOC-270 Signed-off-by: Gildas Lanilis (cherry picked from commit 8764d78f63c210f7b4efd5fd2ed0d12858d950c6) --- docs/release-notes.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1a4697bc..1dd65bea 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -9,7 +9,7 @@ Portal Platform Release Notes Version: 2.2.0 -------------- -:Release Date: 7 June 2018 +:Release Date: 2018-06-07 .. toctree:: :maxdepth: 1 @@ -41,8 +41,16 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad * The Portal/SDK fn_user table has encrypted passwords that need to be changed to use a hash algorithm * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page -**Security Issues** - * https://wiki.onap.org/pages/viewpage.action?pageId=27689089 +**Security Notes** + +PORTAL code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The PORTAL open Critical security vulnerabilities and their risk assessment have been documented as part of the `project `_. + +Quick Links: + - `PORTAL project page `_ + + - `Passing Badge information for PORTAL `_ + + - `Project Vulnerability Review Table for PORTAL `_ **Upgrade Notes** * Upgrades to Portal platform can be performed using Heat based installation scripts available under demo repository. @@ -62,7 +70,7 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad Version: 1.3.0 -------------- -:Release Date: 16 November 2017 +:Release Date: 2017-11-16 The ONAP Portal is a platform that provides the ability to integrate different ONAP applications into a centralized Portal Core. The platform seed code is improved with below listed enhancements in this release. This is technically the first release of ONAP Portal Platform, previous release was the seed code contribution. As such, the defects fixed in this release were raised during the course of the release and while its integration testing. Anything not closed is captured below under Known Issues. If you want to review the defects fixed in the Amsterdam release, refer to Jira (jira.onap.org). -- cgit 1.2.3-korg From 9a5992e308d058ba92e897c74ab7e5bebcc49b6c Mon Sep 17 00:00:00 2001 From: "Welch, Lorraine (lb2391)" Date: Fri, 15 Jun 2018 15:06:03 -0400 Subject: Added the link to the architecture documentation Issue-ID: PORTAL-305 Change-Id: I88817b98ee0e4e3a2de3ffd98b03a0ce19f6dc4c Signed-off-by: Welch, Lorraine (lb2391) --- docs/tutorials/portal-sdk/architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/portal-sdk/architecture.rst b/docs/tutorials/portal-sdk/architecture.rst index 203fc177..ec64bf22 100644 --- a/docs/tutorials/portal-sdk/architecture.rst +++ b/docs/tutorials/portal-sdk/architecture.rst @@ -1,4 +1,4 @@ Application architecture ============================================ - -ONAP Portal Architecture: + +Click here to see the `ONAP Portal Architecture <../../../docs/platform/architecture.html>`_. -- cgit 1.2.3-korg