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