blob: 437aa43e6b447b2824bcb24559ea269caaf4a183 [file] [log] [blame]
Sai Gandhamd67a9de2018-05-25 15:48:11 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
Instrumental7a1817b2018-11-05 11:11:15 -06003.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.
Sai Gandhamd67a9de2018-05-25 15:48:11 +00004
Sai Gandhamd67a9de2018-05-25 15:48:11 +00005Release Notes
6=============
7
Instrumental6f4db932019-08-22 07:54:17 -05008Version: 2.1.15 (El Alto, Early Drop, 5.0.0)
9---------------------------------------------
10
11:Release Date: 2019-08-12
12
13**New Features**
14El Alto is a consolidation release. New Features are not Added.
15However, for El Alto, ONAP is propagating the AAF Auto-Configuration and Certificate Generation feature from Dublin, see below
16
17An important change, however, is that the AAF Locator requires internal K8s Apps to use
18 internal-to-K8s Service URL tags as (example) "onap.org.osaaf.aaf.service:2.1"
19 external-to-K8s Service URL tags as (example) "org.osaaf.aaf.service.2.1"
20
21**Bug Fixes**
22 - `AAF-859 <https://jira.onap.org/browse/AAF-859>`_ Images hardcoded in AAF helm deployment yamls
23
Instrumentale84b4312019-06-24 08:14:51 -050024Version: 2.1.13 (Dublin, 4.0.0-ONAP)
Gathman, Jonathan (jg1555)ff3dc8e2019-05-02 09:28:35 -050025---------------------------------------
Sai Gandhamd67a9de2018-05-25 15:48:11 +000026
Gathman, Jonathan (jg1555)ff3dc8e2019-05-02 09:28:35 -050027:Release Date: 2019-06-06
28
29**New Features**
30
31Note: In general, Infrastructure must be accomplished in the release PRIOR to general usage. This is the case for most of the features included here.
32
33 - AAF has built the required features to automatically generate all Certificates and Configurations real-time. This will be utilized by ONAP MSs in El Alto
34 - AAF has the ability to publish both Public and Internal Private K8s Service information (Locator)
35 - Greatly Reduced size of Docker Images
36 - Greatly enhanced startup procedures in K8s, to more cleanly start, with Certificate, Property Generation every time
37 - Ability to run internally as non-root (fully setup K8s in El Alto)
38 - Removal of unused classes in Batch
39 - Large improvement in Batch and methodology, to be used in El Alto
40
41**Bug Fixes**
42 - `AAF-797 <https://jira.onap.org/browse/AAF-797>`_ Update IP address for aaf-onap-test.osaaf.org
43 - `AAF-794 <https://jira.onap.org/browse/AAF-794>`_ Misleading error message in agent.sh
44 - `AAF-773 <https://jira.onap.org/browse/AAF-773>`_ aaf-cass timing issues
45 - `AAF-769 <https://jira.onap.org/browse/AAF-769>`_ AAF CSIT not working
46 - `AAF-727 <https://jira.onap.org/browse/AAF-727>`_ Cert Subject Check confused by Email
47 - `AAF-722 <https://jira.onap.org/browse/AAF-722>`_ aaf continues to be available to aai-resources even though aaf database appears to be down
48 - `AAF-720 <https://jira.onap.org/browse/AAF-720>`_ Docker Images not passing Signal -1
49 - `AAF-645 <https://jira.onap.org/browse/AAF-645>`_ Fix "Null" string for fetching path inside CADI API enforcement filter
50 - `AAF-522 <https://jira.onap.org/browse/AAF-522>`_ rsa 4096 signing fails with TPM
51 - `AAF-813 <https://jira.onap.org/browse/AAF-813>`_ Missing Role for dmaap-bc Identity
52 - `AAF-514 <https://jira.onap.org/browse/AAF-514>`_ TPM Plugin: Remove global structure used for storing session data
53 - `AAF-785 <https://jira.onap.org/browse/AAF-785>`_ non STAGING version on master
54 - `AAF-822 <https://jira.onap.org/browse/AAF-822>`_ Startup issues with K8S, Certs
Sai Gandhamd67a9de2018-05-25 15:48:11 +000055
Gathman, Jonathan (jg1555)3677e0a2019-06-20 11:00:28 -050056**Usage Notes**
57 - AAF Core and SMS elements have consistently started from scratch. The one case where this didn't happen for SMS,
58 it was found that incompatible data was left in volume. Removal of old data for SMS (See SMS notes) should resolve
59 - On the same instance, one AAF Core component had a similar scenario. A simple bounce of aaf-locator resolved.
60 - Existing Cassandra
61 - For each release, AAF maintains the authz/auth/auth-cass/cass_init/init.cql which is used to setup Keyspaces from scratch
62 - Any changes are also done in small CQL files, you MIGHT need authz/auth/auth-cass/cass_init/init2_10.cql for Dublin
63
64
Instrumental3505a522019-01-31 14:49:24 -060065Version: 2.1.8 (Casablanca, 3.0.0-ONAP, Casablanca Maintenance Release)
Gathman, Jonathan (jg1555)ff3dc8e2019-05-02 09:28:35 -050066--------------------------------------------------------------------------
Sai Gandhamd67a9de2018-05-25 15:48:11 +000067
Instrumental3505a522019-01-31 14:49:24 -060068Note: AAF did not create new artifacts for Casablanca Maintenance Release.
69
Sai Gandhamd67a9de2018-05-25 15:48:11 +000070
Gildas Lanilis60868262018-11-21 16:42:19 -080071:Release Date: 2018-11-30
Sai Gandhamd67a9de2018-05-25 15:48:11 +000072
73**New Features**
74
Instrumental1923c882018-11-15 10:01:18 -060075 - AAF created a local CA and CA Strategy to be utilized for ONAP Test Environments that can instantiated daily, yet have continuity over time and environments. (REAL ONAP instantiations should use their *own* CAs outside of initial tests.)
76 - AAF has auto-creation of configurations and certificates. This is expected to be done inside an "agent" container, and used by Apps.
77 - AAF stores and creates "Bootstrap Data" for all users of AAF in ONAP. This simplifies the efforts of ONAP components to organize their Authorizations, and so that various Test Environments can start with correct data every time.
78 - Refactored all of AAF instantiations to use the above, and have consistency between the 5 ways to start AAF.
79 - Ability for CADI Clients to map previous User/Password combinations to current credentials for migration purposes. This is applied to Shiro Plugin as well
80 - CADI Coarse Grain Enforcement Point (Authorize API access).
81 - Created Backward compatibility features, both for DB (Cassandra) and for API access.
82
Sai Gandhamd67a9de2018-05-25 15:48:11 +000083
84**Bug Fixes**
Instrumental1923c882018-11-15 10:01:18 -060085 - AAF in OOM was not stable coming out of Beijing. AAF OOM was refactored using above Container based Configurations.
86 - `AAF-617 <https://jira.onap.org/browse/AAF-617>`_ LOCATE Proxy DELETE not working
87 - `AAF-605 <https://jira.onap.org/browse/AAF-605>`_ DB Stoppage not causing Reset of Connection
88 - `AAF-601 <https://jira.onap.org/browse/AAF-601>`_ Agent "showpass" errors on optional "chal" file, when not exists
89 - `AAF-600 <https://jira.onap.org/browse/AAF-600>`_ Bad Data for APPC in AAF Test Evironment
90 - `AAF-598 <https://jira.onap.org/browse/AAF-598>`_ Inconsistent Startup with truly persistent Cass Data
91 - `AAF-597 <https://jira.onap.org/browse/AAF-597>`_ Please change default appc@appc.onap.org permission
92 - `AAF-592 <https://jira.onap.org/browse/AAF-592>`_ SDNC not able to authenticate with BAth username/password
93 - `AAF-530 <https://jira.onap.org/browse/AAF-530>`_ AAF inside Kubernetes inaccessible for clients from outside
94
Sai Gandhamd67a9de2018-05-25 15:48:11 +000095**Known Issues**
Instrumental1923c882018-11-15 10:01:18 -060096 N/A
97
98**Other**
99 - REAL ONAP versus ONAP Test Environment
100 - CA used in ONAP Test Environment should (of course) NOT be used by individual companies in REAL deployments.
101 - Cassandra Instance in Kubernetes ONAP Test environment is a single instance. REAL deployments should follow global, multi-datacenter deployment strategies per Cassandra recommendations.
102 - AAF team organized all the Identities, all the Credentials, etc, on behalf of ONAP Apps.
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000103
Gildas Lanilisd9cfae52018-05-29 17:25:01 -0700104**Security Notes**
Instrumental1923c882018-11-15 10:01:18 -0600105 - AAF has achieved clean scans for everything in authz.git repo
106 - In the cadi.git (used for Adaptors), there is a Shiro adapter. Shiro itself has security flags, *NOT* the adapter, so understand the security issues of Shiro before use.
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000107
Gildas Lanilis60868262018-11-21 16:42:19 -0800108 - AAF 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 AAF open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=43386201>`_.
Gildas Lanilisd9cfae52018-05-29 17:25:01 -0700109
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000110
111**Upgrade Notes**
112 NA
113
114**Deprecation Notes**
115
Gildas Lanilis60868262018-11-21 16:42:19 -0800116Version: 2.1.1 (Beijing, 2.0.0-ONAP)
Instrumental1923c882018-11-15 10:01:18 -0600117--------------------------------------
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000118
Instrumental1923c882018-11-15 10:01:18 -0600119:Release Date: 2017-06-05
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000120
121
Instrumental1923c882018-11-15 10:01:18 -0600122**New Features:**
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000123
124 - Service (primary) – All the Authorization information (more on that in a bit)
125 - Locate – how to find ANY OR ALL AAF instances across any geographic distribution
126 - OAuth 2.0 – new component providing Tokens and Introspection (no time to discuss here)
127 - GUI – Tool to view and manage Authorization Information, and create Credentials
128 - Certman – Certificate Manger, create and renew X509 with Fine-Grained Identity
129 - FS – File Server to provide access to distributable elements (like well known certs)
130 - Hello - Test your client access (certs, OAuth 2.0, etc)
131
Instrumental1923c882018-11-15 10:01:18 -0600132**Bug Fixes**
133 - `AAF-290 <https://jira.onap.org/browse/AAF-290>`_ Fix aaf truststore
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000134 - `AAF-270 <https://jira.onap.org/browse/AAF-270>`_ AAF fails health check on HEAT deployment
135 - `AAF-286 <https://jira.onap.org/browse/AAF-286>`_ SMS fails health check on OOM deployment
136 - `AAF-273 <https://jira.onap.org/browse/AAF-273>`_ Cassandra pod running over 8G heap - or 10% of ONAP ram (for 135 other pods on 256G 4 node cluster)
137
138
Instrumental1923c882018-11-15 10:01:18 -0600139**Known Issues**
140 N/A
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000141
Instrumental1923c882018-11-15 10:01:18 -0600142**Other**
143 - REAL ONAP versus ONAP Test Environment
144 - Cassandra Instance in Kubernetes ONAP Test environment is a single instance. REAL deployments should follow global, multi-datacenter deployment strategies per Cassandra recommendations.
145
146
Instrumental6f4db932019-08-22 07:54:17 -0500147================
148Quick Links
149================
Instrumental1923c882018-11-15 10:01:18 -0600150 - `AAF project page <https://wiki.onap.org/display/DW/Application+Authorization+Framework+Project>`_
Instrumental6f4db932019-08-22 07:54:17 -0500151 - `CII Best Practices Silver Badge information for AAF <https://bestpractices.coreinfrastructure.org/en/projects/2303?criteria_level=1>`_
Instrumental1923c882018-11-15 10:01:18 -0600152 - `CII Best Practices Passing Badge information for AAF <https://bestpractices.coreinfrastructure.org/en/projects/2303?criteria_level=0>`_
Instrumental6f4db932019-08-22 07:54:17 -0500153 - `Project Vulnerability Review Table for AAF <https://wiki.onap.org/pages/viewpage.action?pageId=43386201>`_
Sai Gandhamd67a9de2018-05-25 15:48:11 +0000154
Gathman, Jonathan (jg1555)3677e0a2019-06-20 11:00:28 -0500155
156