blob: 4ada1c3b61c99ab4b7f59a0a350d8060efb54845 [file] [log] [blame]
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -05001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
Lorraine Welchf8a5f072020-04-08 16:33:08 -04003.. Copyright 2017-2020 AT&T Intellectual Property. All rights reserved
LF Jenkins CI75b504e2020-04-07 20:25:00 +00004.. _release_notes:
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -05005
6
7Portal Platform Release Notes
8=============================
Lorraine Welchf8a5f072020-04-08 16:33:08 -04009Version: 3.2.0
10--------------
11:Release Date: 2020-05-21
12
13.. toctree::
14 :maxdepth: 1
15
16This release contains an Angular upgrade, bug fixes and security enhancements.
17
18**New Features**
19
20 * Angular Upgrade from 1.X to 7.0 - Portal and SDK (Backward Compatible)
21 * OParent 2.0 Migration & Self Release Jobs
22 * UI/TypeScript Test Coverage - (Portal Coverage 60% and SDK Coverage 63%)
23 * Spring Boot Migration (Portal only/ Partially Completed)
24
25**Bug Fixes**
26
27 * License scan issues addressed
28 * Fixed Sonar reported critical issues.
29
30**Known Issues**
31
32**Security Notes**
33
34 * Closed HTTP Ports (Portal, SDK)
35 * Address Security Vulnerabilities from Nexus-IQ (Jars and Javascript libraries)
36 * Containers to run as Non-Root user: portal, portal-sdk, portal-widget
37
38*Fixed Security Issues*
39
40 * OJSI-97 - portal-app exposes plain text HTTP endpoint using port 8989 [`OJSI-97 <https://jira.onap.org/browse/OJSI-97>`_]
41 * OJSI-105 - portal-sdk exposes plain text HTTP endpoint using port 30212 [`OJSI-105 <https://jira.onap.org/browse/OJSI-105>`_]
42 * OJSI-106 - portal-app exposes plain text HTTP endpoint using port 30215 [`OJSI-106 <https://jira.onap.org/browse/OJSI-106>`_]
43
44*Known Security Issues*
45
46*Known Vulnerabilities in Used Modules*
47 * Portal was granted a waiver by SECCOM for OJSI-190. Portal stores users passwords encrypted instead of hashed. This was not fixed for Frankfurt.
48
49Quick Links:
50 - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
51
52 - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
53
54 - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=68542388>`_
55
56**Upgrade Notes**
57 * These still apply:
58 1. For https Apps onboarded to portal, a certificate has to be downloaded in the browser when first trying to access the landing page of the App.
59 2. For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
60 3. For onboarded Apps using http the icon in the URL bar will appear red, click on it and allow unsafe scripts. Different browsers use different methods to accomplish this, Firefox has a security icon near the URL that you can click on "Unblock" and "Disable protection for now"
61 4. The first time some apps are selected in the Applications panel, an error stating the webpage might be temporarily down, copy the presented URL to a new browser; once that is done, the application will open in the Portal.
62
63**Deprecation Notes**
64 * 2.6.0 portal/sdk is the last version to support the old AngularJS UI versions.
65 * Expect upgrade on Angular frontend and SpringBoot backend in next releases: The components like Policy, VID, SDC, AAI, MSB, SO – if any of them use portal/sdk java libraries, then please anticipate MAJOR changes to portal/sdk with respect to technology stack upgrade which is pending for long time on Angular frontend and SpringBoot backend.
66 * The tech stack upgrade helps resolve many security vulnerabilities and also provides latest rich UI and microservices features that components can take advantage of, just by upgrading to latest portal/sdk.
67
68**Other**
69 * Below are the docker images released as part of Portal Platform project:
70 * onap/portal-app:3.2.0
71 * onap/portal-db:3.2.0
72 * onap/portal-sdk:3.0.0
73 * onap/portal-wms:3.2.0
74 * portal/sdk java artifacts - (Release branch: “release-3.0.0”)
75
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -040076Version: 2.6.0
77--------------
78:Release Date: 2019-10-03
79
80.. toctree::
81 :maxdepth: 1
82
Lorraine Welch9d9cd782019-10-14 10:04:47 -040083Maintenance release with bug fixes and security enhancements.
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -040084
85**No New Features**
86
87**Bug Fixes**
88 * Portal Setup - MariaDB issue.
89 * Issue editing application url.
90 * PORTAL-* charts now use nodePortPrefix variable.
91 * Fixed Sonar reported critical issues.
92
93**Known Issues**
LF Jenkins CI75b504e2020-04-07 20:25:00 +000094 * AAI UI's new role "ui_view" is not registered in AAF, Portal cannot fetch it. So, the work around is
Welch, Lorraine (lb2391)9306dd82019-09-25 14:24:27 -040095
96 1. upload new role from Bulk Upload in Portal Roles page (create a csv file which has one line like: ui_view,10 )
97 2. Sync Roles on same page
98 3. Assign this ui_view role to demo account in User page
99 4. Then demo user can access AAI UI app from Portal
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -0400100
101**Security Notes**
Krzysztof Opasiak8d4ac882019-10-05 23:49:14 +0200102
103*Fixed Security Issues*
104
Krzysztof Opasiak33d10dd2019-10-05 23:52:06 +0200105 * CVE-2019-12122 - ONAP Portal allows to retrieve password of currently active user [`OJSI-65 <https://jira.onap.org/browse/OJSI-65>`_]
106 * CVE-2019-12121 - ONAP Portal is vulnerable for Padding Oracle attack [`OJSI-92 <https://jira.onap.org/browse/OJSI-92>`_]
107
Krzysztof Opasiak8d4ac882019-10-05 23:49:14 +0200108*Known Security Issues*
109
110*Known Vulnerabilities in Used Modules*
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -0400111 * Addressed security issues reported by NexusIQ Critical and Severe issues
112
113Quick Links:
114 - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
Welch, Lorraine (lb2391)9306dd82019-09-25 14:24:27 -0400115
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -0400116 - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
117
118 - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=68542388>`_
119
120**Upgrade Notes**
121 * For https Apps onboarded to portal, a certificate has to be downloaded in the browser when first trying to access the landing page of the App.
122 * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
123 * For onboarded Apps using http the icon in the URL bar will appear red, click on it and allow unsafe scripts.
124 * The first time some apps are selected in the Applications panel, an error stating the webpage might be temporarily down, copy the presented URL to a new browser; once that is done, the application will open in the Portal.
125
126**Deprecation Notes**
Welch, Lorraine (lb2391)9306dd82019-09-25 14:24:27 -0400127 * 2.6.0 portal/sdk is the last version to support the old AngularJS UI versions.
LF Jenkins CI75b504e2020-04-07 20:25:00 +0000128 * Expect upgrade on Angular frontend and SpringBoot backend in next releases: The components like Policy, VID, SDC, AAI, MSB, SO - if any of them use portal/sdk java libraries, then please anticipate MAJOR changes to portal/sdk with respect to technology stack upgrade which is pending for long time on Angular frontend and SpringBoot backend.
Welch, Lorraine (lb2391)9306dd82019-09-25 14:24:27 -0400129 * The tech stack upgrade helps resolve many security vulnerabilities and also provides latest rich UI and microservices features that components can take advantage of, just by upgrading to latest portal/sdk.
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -0400130
131**Other**
132 * Below are the docker images released as part of Portal Platform project:
133 * onap/portal-app:2.6.0
134 * onap/portal-db:2.6.0
135 * onap/portal-sdk:2.6.0
136 * onap/portal-wms:2.6.0
LF Jenkins CI75b504e2020-04-07 20:25:00 +0000137 * portal/sdk java artifacts - (Release branch: "release-2.6.0")
Welch, Lorraine (lb2391)0ed78102019-09-13 12:58:31 -0400138
Welch, Lorraine (lb2391)9306dd82019-09-25 14:24:27 -0400139
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400140Version: 2.5.0
141--------------
142:Release Date: 2019-06-13
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500143
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400144.. toctree::
145 :maxdepth: 1
146
147We worked on SDK upgrade to integrate with AAF. We partially implemented multi-language.
148
149**New Features**
150 * SDK upgrade to integrate with AAF
151 * Use of CADI
152 * 68% JUnit Test Coverage
153 * Addressing security issues
Welch, Lorraine (lb2391)07bcd632019-08-01 11:25:48 -0400154 * Angular 6 upgrade delivered foundation code with sample screen
155 * Documentation on the Angular 6 upgrade can be found `here <https://docs.onap.org/en/latest/submodules/portal.git/docs/tutorials/portal-sdk/your-angular-app.html>`_
156 * Internationalization language support - partially implemented.
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400157 * Reporting feature enhancement in portal/sdk - design and partial code changes
Welch, Lorraine (lb2391)07bcd632019-08-01 11:25:48 -0400158 * There is more information about new features at `DEMOS - R4 Dublin Demos <https://wiki.onap.org/display/DW/DEMOS+-+R4+Dublin+Demos>`_
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400159
160**Bug Fixes**
161 * Fixed Sonar reported critical issues.
162
163**Known Issues**
164 * Mismatch while displaying active online user in Portal.
165 * Internationalization Language component partially completed.
166 * Functional Menu change requires manual refresh.
Welch, Lorraine (lb2391)07bcd632019-08-01 11:25:48 -0400167 * Modifying Onboarded App configurations from the onboarding page malfunctions but changes to the App configuration can be done through accessing the database (portal:fn_app table) directly.
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400168
169**Security Notes**
170
Krzysztof Opasiak53de06c2019-05-24 23:30:00 +0200171*Fixed Security Issues*
172
173*Known Security Issues*
Krzysztof Opasiaka370f0b2019-05-30 15:25:46 +0200174
Welch, Lorraine (lb2391)e98d94e2019-06-11 14:14:22 -0400175 * CVE-2019-12317 - Number of XSS vulnerabilities in Portal [`OJSI-15 <https://jira.onap.org/browse/OJSI-15>`_]
176 * CVE-2019-12122 - ONAP Portal allows to retrieve password of currently active user [`OJSI-65 <https://jira.onap.org/browse/OJSI-65>`_]
177 * CVE-2019-12121 - ONAP Portal is vulnerable for Padding Oracle attack [`OJSI-92 <https://jira.onap.org/browse/OJSI-92>`_]
Welch, Lorraine (lb2391)07bcd632019-08-01 11:25:48 -0400178 * In default deployment PORTAL (portal-app) exposes HTTP port 8989 outside of cluster. [`OJSI-97 <https://jira.onap.org/browse/OJSI-97>`_]
179 * In default deployment PORTAL (portal-app) exposes HTTP port 30215 outside of cluster. [`OJSI-105 <https://jira.onap.org/browse/OJSI-105>`_]
180 * In default deployment PORTAL (portal-sdk) exposes HTTP port 30212 outside of cluster. [`OJSI-106 <https://jira.onap.org/browse/OJSI-106>`_]
Welch, Lorraine (lb2391)e98d94e2019-06-11 14:14:22 -0400181 * CVE-2019-12318 - Number of SQL Injections in Portal [`OJSI-174 <https://jira.onap.org/browse/OJSI-174>`_]
182 * Portal stores users passwords encrypted instead of hashed [`OJSI-190 <https://jira.onap.org/browse/OJSI-190>`_]
Krzysztof Opasiak53de06c2019-05-24 23:30:00 +0200183
184*Known Vulnerabilities in Used Modules*
185
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400186PORTAL 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 <https://wiki.onap.org/pages/viewpage.action?pageId=51283057>`_.
187
188Quick Links:
189 - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
190
191 - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
192
193 - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=51283057>`_
194
195**Upgrade Notes**
196 * For https Apps onboarded to portal, a certificate has to be downloaded in the browser when first trying to access the landing page of the App.
197 * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
Welch, Lorraine (lb2391)e98d94e2019-06-11 14:14:22 -0400198 * For onboarded Apps using http the icon in the URL bar will appear red, click on it and allow unsafe scripts.
199 * The first time some apps are selected in the Applications panel, an error stating the webpage might be temporarily down, copy the presented URL to a new browser; once that is done, the application will open in the Portal.
Krzysztof Opasiak53de06c2019-05-24 23:30:00 +0200200
Welch, Lorraine (lb2391)52602972019-05-23 17:45:27 -0400201**Deprecation Notes**
202
203**Other**
204 * Below are the docker images released as part of Portal Platform project:
205 * onap/portal-app:2.5.0
206 * onap/portal-db:2.5.0
207 * onap/portal-sdk:2.5.0
208 * onap/portal-wms:2.5.0
LF Jenkins CI75b504e2020-04-07 20:25:00 +0000209 * portal/sdk java artifacts - (Release branch: "release-2.5.0")
Krzysztof Opasiak53de06c2019-05-24 23:30:00 +0200210
211Version: 2.3.2
Welch, Lorraine (lb2391)9256cac2019-04-10 18:27:30 -0400212--------------
213:Release Date: 2019-04-15
214
215.. toctree::
216 :maxdepth: 1
217
218This is the official release notes for the Casablanca Maintenance Release 3.0.2.
219
Welch, Lorraine (lb2391)1b9bedf2019-04-15 17:03:25 -0400220**Known Issues**
Welch, Lorraine (lb2391)fd3af2a2019-04-16 15:19:40 -0400221 * The issue is an application running on HTTPS will not open in Portal if the AAF root CA is missing.
Krzysztof Opasiak53de06c2019-05-24 23:30:00 +0200222 An error message will appear in a separate tab in Portal. It will say something like:
LF Jenkins CI75b504e2020-04-07 20:25:00 +0000223 "The webpage at https://portal.api.simpledemo.onap.org:30200/vid/welcome.htm?cc=........ might
224 be temporarily down or it may have moved permanently to a new web address."
Krzysztof Opasiak53de06c2019-05-24 23:30:00 +0200225 Here is the work-around, copy above VID (or other app) URL and replace welcome.htm to login.htm
Welch, Lorraine (lb2391)1b9bedf2019-04-15 17:03:25 -0400226 in a new browser window; after login come back to Portal home page and click VID, it will now work.
227
Welch, Lorraine (lb2391)fd3af2a2019-04-16 15:19:40 -0400228 * For applications running on HTTP (for example SDC), the user needs to disable the security check in the browser to access the application.
229
Welch, Lorraine (lb2391)9256cac2019-04-10 18:27:30 -0400230**Other**
231 * Portal updated Keystore certificate from AAF to extend its expiry date; This change was made in OOM project.
232
Welch, Lorraine (lb2391)2b790b62019-02-06 17:07:48 -0500233Version: 2.3.1
234--------------
235:Release Date: 2019-01-31
236
237.. toctree::
238 :maxdepth: 1
239
240This is the official release notes for the Casablanca Maintenance.
241
242**Bug Fixes**
243 * During installation Maria DB can now be accessed from within the portal-db container. The fix was made in OOM scripts to handle the db issue identified in the previous release.
244
st782s7d4fa6e2018-08-28 12:34:01 -0400245Version: 2.3.0
246--------------
Manoop Talasila0a915d32018-11-12 11:49:01 -0500247:Release Date: 2018-11-30
st782s7d4fa6e2018-08-28 12:34:01 -0400248
249.. toctree::
250 :maxdepth: 1
251
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400252We worked on SDK upgrade to integrate with AAF. We completed Architecture review for Portal and use case UI to support multi-language.
st782s7d4fa6e2018-08-28 12:34:01 -0400253
254**New Features**
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400255 * Platform Maturity Guidelines - Integrating with OOM
256 * SDK upgrade to integrate with AAF
257 * Use of Semantic Versioning - V3 is the supported version
258 * Integration with AAF via REST; Supports both SDK and Framework Applications
259 * 65% JUnit Test Coverage
260 * Addressing security issues
261 * Internationalization language support - design related
262 * Reporting feature enhancement in portal/sdk - design and partial code changes
263 * Platform Enhancements - Improved logging, docker separation, and SDK Simplification
Manoop Talasila2115ee52018-11-15 10:42:08 -0500264 * Angular 5 upgraded with sample POC in SDK to build rich UI
Welch, Lorraine (lb2391)2b790b62019-02-06 17:07:48 -0500265
st782s7d4fa6e2018-08-28 12:34:01 -0400266**Bug Fixes**
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400267 * Improved exception handling in reporting feature and also in login feature while getting a lock from Zookeeper.
268 * Improved documentation to get access to Portal through port 8989.
269 * Fixed Sonar reported critical issues.
270 * Improved OOM deployment 30235 external port mapping for portal-sdk.
st782s7d4fa6e2018-08-28 12:34:01 -0400271
272**Known Issues**
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400273 * Mismatch while displaying active online user in Portal.
274 * UI misaligned on updating widgets in Portal.
275 * On Logout redirect landing page needs to be corrected.
276 * Functional Menu change requires manual refresh.
st782s7d4fa6e2018-08-28 12:34:01 -0400277
278**Security Notes**
279
Manoop Talasila2115ee52018-11-15 10:42:08 -0500280PORTAL 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 <https://wiki.onap.org/pages/viewpage.action?pageId=35522356>`_.
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400281
282Quick Links:
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400283 - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400284
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400285 - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400286
Manoop Talasila2115ee52018-11-15 10:42:08 -0500287 - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=35522356>`_
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400288
st782s7d4fa6e2018-08-28 12:34:01 -0400289**Upgrade Notes**
Welch, Lorraine (lb2391)9d5f5d62018-10-26 18:13:36 -0400290 * For https Apps onboarded to portal, a certificate has to be downloaded in the browser when first trying to access the landing page of the App.
291 * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
Welch, Lorraine (lb2391)2b790b62019-02-06 17:07:48 -0500292
st782s7d4fa6e2018-08-28 12:34:01 -0400293**Deprecation Notes**
294
295**Other**
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400296 * Below are the docker images released as part of Portal Platform project:
Welch, Lorraine (lb2391)9d5f5d62018-10-26 18:13:36 -0400297 * onap/portal-app:2.3.1
298 * onap/portal-db:2.3.1
299 * onap/portal-sdk:2.3.1
300 * onap/portal-wms:2.3.1
LF Jenkins CI75b504e2020-04-07 20:25:00 +0000301 * portal/sdk java artifacts - (Release branch: "release-2.4.0")
st782s7d4fa6e2018-08-28 12:34:01 -0400302
Welch, Lorraine (lb2391)05005db2018-05-30 14:59:48 -0400303Version: 2.2.0
lorraineawelch34712d12018-03-27 16:05:16 -0400304--------------
305
Gildas Lanilis8764d782018-05-31 10:28:40 -0700306:Release Date: 2018-06-07
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400307
lorraineawelch34712d12018-03-27 16:05:16 -0400308.. toctree::
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400309 :maxdepth: 1
lorraineawelch34712d12018-03-27 16:05:16 -0400310
311We worked on hardening the ONAP Portal platform by improving code quality and addressing security issues.
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400312
lorraineawelch34712d12018-03-27 16:05:16 -0400313**New Features**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400314 * Platform Maturity Guidelines
lorraineawelch34712d12018-03-27 16:05:16 -0400315 * Integrating with MUSIC, OOM, and AAF
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400316 * 50% JUnit Test Coverage
lorraineawelch34712d12018-03-27 16:05:16 -0400317 * Addressing security issues
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400318 * Bootstrapping of VID roles and tighter integration with AAF
319 * Role Centralization capability for framework based partners - design related
320 * Platform Enhancements - Improved logging, Security Hardening, and SDK Simplification
321
lorraineawelch34712d12018-03-27 16:05:16 -0400322**Bug Fixes**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400323 * Issues with roles fixed in this release.
324 * Now able to deselect widget on Widget catalog page
325 * Replaced the word ECOMP to ONAP
326 * Terminated menu access by App Admin User that are supposed to be available to Portal Admin only
327 * Upgraded software packages to resolve security issues
lorraineawelch34712d12018-03-27 16:05:16 -0400328
329**Known Issues**
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400330 * Need to upgrade to new encrypt/decrypt algorithm in coordination with Partnering apps
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400331 * Logging needs improvement
332 * Not able to delete portal admin user
333 * Add support to connect with AAF Runtime
334 * Portal's SDK UI documentation in ONAP wiki needs samples
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400335 * The Portal/SDK fn_user table has encrypted passwords that need to change to using a hash algorithm
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400336 * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page
lorraineawelch34712d12018-03-27 16:05:16 -0400337
sa282waa9b3202018-07-25 13:25:43 -0400338**Security Issues**
339 * https://wiki.onap.org/pages/viewpage.action?pageId=27689089
340
Gildas Lanilis8764d782018-05-31 10:28:40 -0700341**Security Notes**
342
343PORTAL 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 <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_.
344
345Quick Links:
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400346 - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
Gildas Lanilis8764d782018-05-31 10:28:40 -0700347
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400348 - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
Gildas Lanilis8764d782018-05-31 10:28:40 -0700349
Welch, Lorraine (lb2391)1b9c4d32018-10-18 17:05:59 -0400350 - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_
lorraineawelch34712d12018-03-27 16:05:16 -0400351
352**Upgrade Notes**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400353 * Upgrades to Portal platform can be performed using Heat based installation scripts available under demo repository.
lorraineawelch34712d12018-03-27 16:05:16 -0400354
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400355**Deprecation Notes**
356 * The encryption algorithm used in Portal is now changed from AES to AES/CBC/PKCS5PADDING.
357
358**Other**
359 * Below are the docker images released as part of Portal Platform project:
Welch, Lorraine (lb2391)05005db2018-05-30 14:59:48 -0400360 * onap/portal-db:v2.2.0
361 * onap/portal-apps:v2.2.0
362 * onap/portal-wms:v2.2.0
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400363 * onap//music/music-cassandra:v3.0
364 * zookeeper:v3.4.0
Welch, Lorraine (lb2391)05005db2018-05-30 14:59:48 -0400365 * portal/sdk - (Release branch: "release-2.2.0")
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400366
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500367Version: 1.3.0
368--------------
369
Gildas Lanilis8764d782018-05-31 10:28:40 -0700370:Release Date: 2017-11-16
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500371
Christopher Lott (cl778h)3b0029e2017-11-15 12:28:15 -0500372The 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).
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400373
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500374**New Features**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400375 * Digital Experience Control/UI upgrade.
376 * Portal Notification Enhancement and act on it w/o copy/paste, e.g. hyperlink to target function with context transfer.
377 * Prepared onboarding App process where the partner is ready for centralized user authentication via AAF.
378 * Source code of Portal Platform and its SDK is released under the following repositories on gerrit.onap.org
379 * portal - (Release branch: "release-1.3.0")
380 * portal/sdk - (Release branch: "release-1.3.2")
381
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500382**Bug Fixes**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400383 * Onboarding script updated due to user/role integration/synchronization issues with Partner Applications.
384 * Fixed search and remove bugs in Widget Onboarding.
385 * Fixed issues in the Application Onboarding.
386 * Fixed issues in the Microservice Onboarding.
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400387 * Fixed deployment scripts and streamlined the reference variables.
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500388
389**Known Issues**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400390 * `PORTAL-140 <https://jira.onap.org/browse/PORTAL-140>`_ - Portal role synch error with partner apps.
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500391
392**Security Issues**
Welch, Lorraine (lb2391)f62ab6d2018-09-20 16:45:24 -0400393 * The issue "`PORTAL-137 <https://jira.onap.org/browse/PORTAL-137>`_ -Enhance Authentication" is fixed in Portal and in its SDK. The Portal team recommend partnering apps like Policy, VID, AAI, and SDC to upgrade to SDK's 1.3.2 or latest version to address the login vulnerability.
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500394
395**Upgrade Notes**
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400396 * This is an initial release.
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500397
Welch, Lorraine (lb2391)787573a2018-04-25 18:17:24 -0400398**Deprecation Notes**
399 * This is an initial release.
400
401**Other**
402 * Below are the docker images released as part of Portal Platform project:
403 * onap/portal-db:v1.3.0
404 * onap/portal-apps:v1.3.0
405 * onap/portal-wms:v1.3.0
Christopher Lott (cl778h)6cf15692017-11-08 17:25:29 -0500406
407End of Release Notes