KB Article #179861

How to see KPS internal collection in API Gateway Manager (API Gateway Manager 7.6.2)

Problem

- KPS contains some internal collection (OAuth, API Portal, API Server) that can't be view by default in API Gateway Manager > Settings > Key Property Stores.

- The solution from this article is not working in version 7.6.2


Resolution

-- To be able to see those collections in API Gateway Manager, you can follow this procedure:

- Edit the file {apigateway_home}/webapps/emc/vordel/manager/app/app.config

- Modify it as follow:

dojoConfig.app = {
/*
*/
polling_interval: 15000,
internalKps:true,


/*
Specifies whether or not to display the Amplify Connected Menu from the Axway logo.
This menu is switched on by default.
*/
showConnectedMenu: true,

/*
Specifies the base URL from which to pull the Amplify Connected Menu
*/
connectedMenuUrl: "https://connectedmenu.admin.axway.com/"
};

- Restart the nodemanager.