X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=f85c88eeabcc85e1a80fae83c5f73fcb1bbcd440;hb=4a978d3c66da16bc96b54cba807138fc9b0c79fa;hp=a134d0d944142c30d73ec0e335d092051e67885a;hpb=c5222a72ef11bd440f5c2bd017e820922ff6735a;p=cps.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a134d0d94..f85c88eea 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -39,10 +39,20 @@ Release Data Bug Fixes --------- 3.4.6 + - `CPS-2126 `_ Passing HTTP Authorization Bearer Token to DMI Plugins. Features -------- + - `CPS-2133 `_ Revert Uplift of Spring Boot version from 3.2.2 to 3.1.2 + +Notes +----- +This release brings improvements to compatibility with Service Mesh and for that below measures are been taken. + +Basic authorization provided using Spring security is been removed from CPS-Core and NCMP and hence authorization is no longer enforced.(basic auth header will be ignored, but is still allowed). +NCMP will propagate a bearer token to DMI conditionally. +401 Unauthorized will not be returned. Best effort has been made to ensure backwards compatibility. Version: 3.4.5 ==============