Document Security section of the Release Notes
[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.2.0
10 --------------
11
12 :Release Date: 2018-06-07
13
14 .. toctree::
15     :maxdepth: 1
16
17 We worked on hardening the ONAP Portal platform by improving code quality and addressing security issues.
18
19 **New Features**
20         * Platform Maturity Guidelines
21         * Integrating with MUSIC, OOM, and AAF
22         * 50% JUnit Test Coverage
23         * Addressing security issues
24         * Bootstrapping of VID roles and tighter integration with AAF
25         * Role Centralization capability for framework based partners - design related
26         * Platform Enhancements - Improved logging, Security Hardening, and SDK Simplification
27
28 **Bug Fixes**
29         * Issues with roles fixed in this release.
30         * Now able to deselect widget on Widget catalog page
31         * Replaced the word ECOMP to ONAP
32         * Terminated menu access by App Admin User that are supposed to be available to Portal Admin only
33         * Upgraded software packages to resolve security issues
34
35 **Known Issues**
36         * Need  to upgrade to new encrypt/decrypt algorithm in coordination with Partnering apps
37         * Logging needs improvement
38         * Not able to delete portal admin user
39         * Add support to connect with AAF Runtime
40         * Portal's SDK UI documentation in ONAP wiki needs samples
41         * The Portal/SDK fn_user table has encrypted passwords that need to be changed to use a hash algorithm
42         * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page
43
44 **Security Notes**
45
46 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>`_.
47
48 Quick Links:
49         - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
50
51         - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
52
53         - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_
54
55 **Upgrade Notes**
56         * Upgrades to Portal platform can be performed using Heat based installation scripts available under demo repository.
57
58 **Deprecation Notes**
59         * The encryption algorithm used in Portal is now changed from AES to AES/CBC/PKCS5PADDING.
60
61 **Other**
62         * Below are the docker images released as part of Portal Platform project:
63         * onap/portal-db:v2.2.0
64         * onap/portal-apps:v2.2.0
65         * onap/portal-wms:v2.2.0
66         * onap//music/music-cassandra:v3.0
67         * zookeeper:v3.4.0
68         * portal/sdk - (Release branch: "release-2.2.0")
69
70 Version: 1.3.0
71 --------------
72
73 :Release Date: 2017-11-16
74
75 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).
76
77 **New Features**
78         * Digital Experience Control/UI upgrade.
79         * Portal Notification Enhancement and act on it w/o copy/paste, e.g. hyperlink to target function with context transfer.
80         * Prepared onboarding App process where the partner is ready for centralized user authentication via AAF.
81         * Source code of Portal Platform and its SDK is released under the following repositories on gerrit.onap.org
82         * portal - (Release branch: "release-1.3.0")
83         * portal/sdk - (Release branch: "release-1.3.2")
84
85 **Bug Fixes**
86         * Onboarding script updated due to user/role integration/synchronization issues with Partner Applications.
87         * Fixed search and remove bugs in Widget Onboarding.
88         * Fixed issues in the Application Onboarding.
89         * Fixed issues in the Microservice Onboarding.
90         * Fixed deplyoment scripts and streamlined the reference variables.
91
92 **Known Issues**
93         * `PORTAL-140 <https://jira.onap.org/browse/PORTAL-140>`_ - Portal role synch error with partner apps.
94
95 **Security Issues**
96         * 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, SDC to upgrade to SDK's 1.3.2 or latest version to address the login vulnerability.
97
98 **Upgrade Notes**
99         * This is an initial release.
100
101 **Deprecation Notes**
102         * This is an initial release.
103
104 **Other**
105         * Below are the docker images released as part of Portal Platform project:
106         * onap/portal-db:v1.3.0
107         * onap/portal-apps:v1.3.0
108         * onap/portal-wms:v1.3.0
109
110 End of Release Notes