APIIDA API Gateway Manager

Release Notes 2023.1.4

2023.1.4 contains fixes that were back ported from 2023.2 for customers that would like to stay on 2023.1 for an extended period of time.

Customers currently running 2023.1.3 are highly recommended to update to this version.

Bug Fixes

  • 2023.1.3 introduced a bug that caused special characters in policies to potentially corrupt a migration bundle. The root cause is the inconsistent handling of special characters in the Layer7 gateway. The gateway returns an “Invalid Policy” error message.

  • Temporary files for LDAPS connections were created in the src/ folder of the application. This caused problems for customers with write protected environments (e.g. OpenShift). The temp files have been moved to ../var/tmp which should have the correct permissions set in all deployment models.

  • We added a temporary work around for customers with lots of Solution Kits installed. Restman struggles to report the Solution Kits and their contents in a timely manner, causing time outs or exceeding the maximum message length. The work around bypasses the import of Solution Kits until a permanent solution is available.

Changes

  • Trusted certificates are now mapped by fingerprint instead of by name if there is no certificate with a matching ID on the target gateway during migrations. This allows customers to run multiple certificates with the same name side by side.

  • We added a new API endpoint “/registerApis” that allows customers to register APIs based on a path on the gateway. This allows our customers to automate the registration of APIs in API Gateway Manager no matter if they use a git repository or a real gateway as a seed.

Related pages