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