Skip to content

Commit

Permalink
fix API ML release note syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jandacek <andrew.jandacek@broadcom.com>
  • Loading branch information
janan07 committed May 13, 2024
1 parent bfc56b1 commit b3c8ec5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/whats-new/release-notes/v2_16_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ System demos are typically held the week after a minor release becomes available

### Zowe API Mediation Layer

* The log message `ZWEAM001I` is now issued when API Mediation Layer starts. ((#3523)[https://github.com/zowe/api-layer/issues/3523])
* SSL is now disabled when profile `attls` is active to simplify AT-TLS configuration. ((#3521)[https://github.com/zowe/api-layer/issues/3521])
* Valid OIDC tokens are now forwarded to the downstream service when the distributed ID is not mapped. ((#3497)[https://github.com/zowe/api-layer/issues/3497])
* Included OIDC JWKSet in the gateway JWKs. JWKs retrieved from the Identity Provider allow clients and services to validate the OIDC access token locally. ((#3499)[https://github.com/zowe/api-layer/issues/3499])
* Moved OIDC access token from cookie to special header. If the user ID from the token cannot be mapped to a mainframe account, the access token is now sent via the request header OIDC-token. ((#3513)[https://github.com/zowe/api-layer/issues/3513])
* The log message `ZWEAM001I` is now issued when API Mediation Layer starts. ([#3523](https://github.com/zowe/api-layer/issues/3523))
* SSL is now disabled when profile `attls` is active to simplify AT-TLS configuration. ([#3521](https://github.com/zowe/api-layer/issues/3521]))
* Valid OIDC tokens are now forwarded to the downstream service when the distributed ID is not mapped. ([#3497](https://github.com/zowe/api-layer/issues/3497))
* Included OIDC JWKSet in the gateway JWKs. JWKs retrieved from the Identity Provider allow clients and services to validate the OIDC access token locally. ([#3499](https://github.com/zowe/api-layer/issues/3499))
* Moved OIDC access token from cookie to special header. If the user ID from the token cannot be mapped to a mainframe account, the access token is now sent via the request header OIDC-token. ([#3513](https://github.com/zowe/api-layer/issues/3513))

### Zowe CLI

Expand Down Expand Up @@ -70,15 +70,15 @@ Zowe Version 2.3.0 contains the bug fixes that are described in the following to

### Zowe API Mediation Layer

* Allow key exchange port configuration ((#3453)[https://github.com/zowe/api-layer/issues/3453])
* Changed the scheme of the service homepage when AT-TLS is enabled and fix a bug in the UI. ((#3346)[https://github.com/zowe/api-layer/issues/3346])
* Checked for NullPointerException when the JWK key cannot be retrieved. (#3503)[https://github.com/zowe/api-layer/issues/3503])
* Fixed an issue when PAT passed as the authorization header with the auth scheme zoweJwt ((#3505)[https://github.com/zowe/api-layer/issues/3505])
* Fixed the header position in the API Catalog. ((#3345)[https://github.com/zowe/api-layer/issues/3345])
* Fixed the log message about unauthorized calls. ((#3326)[https://github.com/zowe/api-layer/issues/3326])
* Allow for more general exception handling to detect TCP Stack restart. ((#3462)[https://github.com/zowe/api-layer/issues/3462])
* Fixed configuration enabling JWT Token Refresh Functionality. ((#3474)[https://github.com/zowe/api-layer/issues/3474))
* Fixed the Zowe logo and trademark info in the API Catalog. ((#3338)[https://github.com/zowe/api-layer/issues/3338])
* Allow key exchange port configuration ([#3453](https://github.com/zowe/api-layer/issues/3453))
* Changed the scheme of the service homepage when AT-TLS is enabled and fix a bug in the UI. ([#3346](https://github.com/zowe/api-layer/issues/3346))
* Checked for NullPointerException when the JWK key cannot be retrieved. ([#3503](https://github.com/zowe/api-layer/issues/3503))
* Fixed an issue when PAT passed as the authorization header with the auth scheme zoweJwt ([#3505](https://github.com/zowe/api-layer/issues/3505))
* Fixed the header position in the API Catalog. ([#3345](https://github.com/zowe/api-layer/issues/3345))
* Fixed the log message about unauthorized calls. ([#3326](https://github.com/zowe/api-layer/issues/3326))
* Allow for more general exception handling to detect TCP Stack restart. ([#3462](https://github.com/zowe/api-layer/issues/3462))
* Fixed configuration enabling JWT Token Refresh Functionality. ([#3474](https://github.com/zowe/api-layer/issues/3474))
* Fixed the Zowe logo and trademark info in the API Catalog. ([#3338](https://github.com/zowe/api-layer/issues/3338))



Expand Down

0 comments on commit b3c8ec5

Please sign in to comment.