938e29f9d255b693fc091b211c297e094f312849
[portal.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017-2019 AT&T Intellectual Property.  All rights reserved
4 .. _release_notes:
5
6
7 Portal Platform Release Notes
8 =============================
9 Version: 2.6.0
10 --------------
11 :Release Date: 2019-10-03
12
13 .. toctree::
14     :maxdepth: 1
15
16 Maintenance release with bug fixes and security enhancements.
17
18 **No New Features**
19
20 **Bug Fixes**
21         * Portal Setup - MariaDB issue.
22         * Issue editing application url.
23         * PORTAL-* charts now use nodePortPrefix variable.
24         * Fixed Sonar reported critical issues.
25
26 **Known Issues**
27         * AAI UI's new role "ui_view" is not registered in AAF, Portal cannot fetch it. So, the work around is
28
29            1. upload new role from Bulk Upload in Portal Roles page (create a csv file which has one line like:   ui_view,10 )
30            2. Sync Roles on same page
31            3. Assign this ui_view role to demo account in User page
32            4. Then demo user can access AAI UI app from Portal
33
34 **Security Notes**
35
36 *Fixed Security Issues*
37
38         * CVE-2019-12122 - ONAP Portal allows to retrieve password of currently active user [`OJSI-65 <https://jira.onap.org/browse/OJSI-65>`_]
39         * CVE-2019-12121 - ONAP Portal is vulnerable for Padding Oracle attack [`OJSI-92 <https://jira.onap.org/browse/OJSI-92>`_]
40
41 *Known Security Issues*
42
43 *Known Vulnerabilities in Used Modules*
44         * Addressed security issues reported by NexusIQ Critical and Severe issues
45
46 Quick Links:
47      - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
48
49      - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
50
51      - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=68542388>`_
52
53 **Upgrade Notes**
54         * 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.
55         * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
56         * For onboarded Apps using http the icon in the URL bar will appear red, click on it and allow unsafe scripts.
57         * 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.
58
59 **Deprecation Notes**
60         * 2.6.0 portal/sdk is the last version to support the old AngularJS UI versions.
61         * 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.
62         * 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.
63
64 **Other**
65         * Below are the docker images released as part of Portal Platform project:
66         * onap/portal-app:2.6.0
67         * onap/portal-db:2.6.0
68         * onap/portal-sdk:2.6.0
69         * onap/portal-wms:2.6.0
70         * portal/sdk java artifacts - (Release branch: "release-2.6.0")
71
72
73 Version: 2.5.0
74 --------------
75 :Release Date: 2019-06-13
76
77 .. toctree::
78     :maxdepth: 1
79
80 We worked on SDK upgrade to integrate with AAF. We partially implemented multi-language.
81
82 **New Features**
83         * SDK upgrade to integrate with AAF
84             * Use of CADI
85         * 68% JUnit Test Coverage
86         * Addressing security issues
87         * Angular 6 upgrade delivered foundation code with sample screen
88             * 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>`_
89         * Internationalization language support - partially implemented.
90         * Reporting feature enhancement in portal/sdk - design and partial code changes
91         * There is more information about new features at `DEMOS - R4 Dublin Demos <https://wiki.onap.org/display/DW/DEMOS+-+R4+Dublin+Demos>`_
92
93 **Bug Fixes**
94         * Fixed Sonar reported critical issues.
95
96 **Known Issues**
97         * Mismatch while displaying active online user in Portal.
98         * Internationalization Language component partially completed.
99         * Functional Menu change requires manual refresh.
100         * 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.
101
102 **Security Notes**
103
104 *Fixed Security Issues*
105
106 *Known Security Issues*
107
108         * CVE-2019-12317 - Number of XSS vulnerabilities in Portal [`OJSI-15 <https://jira.onap.org/browse/OJSI-15>`_]
109         * CVE-2019-12122 - ONAP Portal allows to retrieve password of currently active user [`OJSI-65 <https://jira.onap.org/browse/OJSI-65>`_]
110         * CVE-2019-12121 - ONAP Portal is vulnerable for Padding Oracle attack [`OJSI-92 <https://jira.onap.org/browse/OJSI-92>`_]
111         * In default deployment PORTAL (portal-app) exposes HTTP port 8989 outside of cluster. [`OJSI-97 <https://jira.onap.org/browse/OJSI-97>`_]
112         * In default deployment PORTAL (portal-app) exposes HTTP port 30215 outside of cluster. [`OJSI-105 <https://jira.onap.org/browse/OJSI-105>`_]
113         * In default deployment PORTAL (portal-sdk) exposes HTTP port 30212 outside of cluster. [`OJSI-106 <https://jira.onap.org/browse/OJSI-106>`_]
114         * CVE-2019-12318 - Number of SQL Injections in Portal [`OJSI-174 <https://jira.onap.org/browse/OJSI-174>`_]
115         * Portal stores users passwords encrypted instead of hashed [`OJSI-190 <https://jira.onap.org/browse/OJSI-190>`_]
116
117 *Known Vulnerabilities in Used Modules*
118
119 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 <https://wiki.onap.org/pages/viewpage.action?pageId=51283057>`_.
120
121 Quick Links:
122      - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
123
124      - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
125
126      - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=51283057>`_
127
128 **Upgrade Notes**
129         * 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.
130         * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
131         * For onboarded Apps using http the icon in the URL bar will appear red, click on it and allow unsafe scripts.
132         * 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.
133
134 **Deprecation Notes**
135
136 **Other**
137         * Below are the docker images released as part of Portal Platform project:
138         * onap/portal-app:2.5.0
139         * onap/portal-db:2.5.0
140         * onap/portal-sdk:2.5.0
141         * onap/portal-wms:2.5.0
142         * portal/sdk java artifacts - (Release branch: "release-2.5.0")
143
144 Version: 2.3.2
145 --------------
146 :Release Date: 2019-04-15
147
148 .. toctree::
149     :maxdepth: 1
150
151 This is the official release notes for the Casablanca Maintenance Release 3.0.2.
152
153 **Known Issues**
154         * The issue is an application running on HTTPS will not open in Portal if the AAF root CA is missing.
155           An error message will appear in a separate tab in Portal. It will say something like:
156           "The webpage at https://portal.api.simpledemo.onap.org:30200/vid/welcome.htm?cc=........ might
157           be temporarily down or it may have moved permanently to a new web address."
158           Here is the work-around, copy above VID (or other app) URL and replace welcome.htm to login.htm
159           in a new browser window; after login come back to Portal home page and click VID, it will now work.
160
161         * For applications running on HTTP (for example SDC), the user needs to disable the security check in the browser to access the application.
162
163 **Other**
164         * Portal updated Keystore certificate from AAF to extend its expiry date; This change was made in OOM project.
165
166 Version: 2.3.1
167 --------------
168 :Release Date: 2019-01-31
169
170 .. toctree::
171     :maxdepth: 1
172
173 This is the official release notes for the Casablanca Maintenance.
174
175 **Bug Fixes**
176         * 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.
177
178 Version: 2.3.0
179 --------------
180 :Release Date: 2018-11-30
181
182 .. toctree::
183     :maxdepth: 1
184
185 We worked on SDK upgrade to integrate with AAF. We completed Architecture review for Portal and use case UI to support multi-language.
186
187 **New Features**
188         * Platform Maturity Guidelines - Integrating with OOM
189         * SDK upgrade to integrate with AAF
190             * Use of Semantic Versioning - V3 is the supported version
191             * Integration with AAF via REST; Supports both SDK and Framework Applications
192         * 65% JUnit Test Coverage
193         * Addressing security issues
194         * Internationalization language support - design related
195         * Reporting feature enhancement in portal/sdk - design and partial code changes
196         * Platform Enhancements - Improved logging, docker separation, and SDK Simplification
197         * Angular 5 upgraded with sample POC in SDK to build rich UI
198
199 **Bug Fixes**
200         * Improved exception handling in reporting feature and also in login feature while getting a lock from Zookeeper.
201         * Improved documentation to get access to Portal through port 8989.
202         * Fixed Sonar reported critical issues.
203         * Improved OOM deployment 30235 external port mapping for portal-sdk.
204
205 **Known Issues**
206         * Mismatch while displaying active online user in Portal.
207         * UI misaligned on updating widgets in Portal.
208         * On Logout redirect landing page needs to be corrected.
209         * Functional Menu change requires manual refresh.
210
211 **Security Notes**
212
213 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 <https://wiki.onap.org/pages/viewpage.action?pageId=35522356>`_.
214
215 Quick Links:
216      - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
217
218      - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
219
220      - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=35522356>`_
221
222 **Upgrade Notes**
223         * 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.
224         * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL.
225
226 **Deprecation Notes**
227
228 **Other**
229         * Below are the docker images released as part of Portal Platform project:
230         * onap/portal-app:2.3.1
231         * onap/portal-db:2.3.1
232         * onap/portal-sdk:2.3.1
233         * onap/portal-wms:2.3.1
234         * portal/sdk java artifacts - (Release branch: "release-2.4.0")
235
236 Version: 2.2.0
237 --------------
238
239 :Release Date: 2018-06-07
240
241 .. toctree::
242     :maxdepth: 1
243
244 We worked on hardening the ONAP Portal platform by improving code quality and addressing security issues.
245
246 **New Features**
247         * Platform Maturity Guidelines
248         * Integrating with MUSIC, OOM, and AAF
249         * 50% JUnit Test Coverage
250         * Addressing security issues
251         * Bootstrapping of VID roles and tighter integration with AAF
252         * Role Centralization capability for framework based partners - design related
253         * Platform Enhancements - Improved logging, Security Hardening, and SDK Simplification
254
255 **Bug Fixes**
256         * Issues with roles fixed in this release.
257         * Now able to deselect widget on Widget catalog page
258         * Replaced the word ECOMP to ONAP
259         * Terminated menu access by App Admin User that are supposed to be available to Portal Admin only
260         * Upgraded software packages to resolve security issues
261
262 **Known Issues**
263         * Need to upgrade to new encrypt/decrypt algorithm in coordination with Partnering apps
264         * Logging needs improvement
265         * Not able to delete portal admin user
266         * Add support to connect with AAF Runtime
267         * Portal's SDK UI documentation in ONAP wiki needs samples
268         * The Portal/SDK fn_user table has encrypted passwords that need to change to using a hash algorithm
269         * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page
270
271 **Security Issues**
272         * https://wiki.onap.org/pages/viewpage.action?pageId=27689089
273
274 **Security Notes**
275
276 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 <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_.
277
278 Quick Links:
279      - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
280
281      - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
282
283      - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_
284
285 **Upgrade Notes**
286         * Upgrades to Portal platform can be performed using Heat based installation scripts available under demo repository.
287
288 **Deprecation Notes**
289         * The encryption algorithm used in Portal is now changed from AES to AES/CBC/PKCS5PADDING.
290
291 **Other**
292         * Below are the docker images released as part of Portal Platform project:
293         * onap/portal-db:v2.2.0
294         * onap/portal-apps:v2.2.0
295         * onap/portal-wms:v2.2.0
296         * onap//music/music-cassandra:v3.0
297         * zookeeper:v3.4.0
298         * portal/sdk - (Release branch: "release-2.2.0")
299
300 Version: 1.3.0
301 --------------
302
303 :Release Date: 2017-11-16
304
305 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).
306
307 **New Features**
308         * Digital Experience Control/UI upgrade.
309         * Portal Notification Enhancement and act on it w/o copy/paste, e.g. hyperlink to target function with context transfer.
310         * Prepared onboarding App process where the partner is ready for centralized user authentication via AAF.
311         * Source code of Portal Platform and its SDK is released under the following repositories on gerrit.onap.org
312         * portal - (Release branch: "release-1.3.0")
313         * portal/sdk - (Release branch: "release-1.3.2")
314
315 **Bug Fixes**
316         * Onboarding script updated due to user/role integration/synchronization issues with Partner Applications.
317         * Fixed search and remove bugs in Widget Onboarding.
318         * Fixed issues in the Application Onboarding.
319         * Fixed issues in the Microservice Onboarding.
320         * Fixed deployment scripts and streamlined the reference variables.
321
322 **Known Issues**
323         * `PORTAL-140 <https://jira.onap.org/browse/PORTAL-140>`_ - Portal role synch error with partner apps.
324
325 **Security Issues**
326         * 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.
327
328 **Upgrade Notes**
329         * This is an initial release.
330
331 **Deprecation Notes**
332         * This is an initial release.
333
334 **Other**
335         * Below are the docker images released as part of Portal Platform project:
336         * onap/portal-db:v1.3.0
337         * onap/portal-apps:v1.3.0
338         * onap/portal-wms:v1.3.0
339
340 End of Release Notes