KB Article #193420
KPS Data Display Limitation on API Gateway Manager UI
Problem
When logging into the API Gateway Manager UI and viewing the table under the Key Property Store tab, the maximum number of records displayed is 100.
Resolution
This issue is fixed in the February 2026 release.
Once the API Gateway is upgraded to the February 2026 release, update the CSP header in the Admin Node Manager configuration.
1) Edit file <API_GTW_INSTALL>/apigateway/conf/envSettings.props
Before :-
env.MANAGEMENT.CONTENTSECURITYPOLICY=script-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:; object-src 'self'; media-src 'self'; frame-src 'self'; frame-ancestors 'none'; upgrade-insecure-requests; manifest-src 'none'; connect-src 'self' https://portals-search-api.admin.axway.com; form-action 'self'; prefetch-src 'none'
After :-
env.MANAGEMENT.CONTENTSECURITYPOLICY=script-src 'self' 'unsafe-eval'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:; object-src 'self'; media-src 'self'; frame-src 'self'; frame-ancestors 'none'; upgrade-insecure-requests; manifest-src 'none'; connect-src 'self' https://portals-search-api.admin.axway.com; form-action 'self'; prefetch-src 'none'
2) Restart the Admin Node Manager.