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