Ozair Sheikh

Results 14 comments of Ozair Sheikh

The preflow error usually occurs before execution of the API assembly. Can you run the same request outside of the Test tool within the designer (ie using curl). Are you...

If you wanted to manually create subscriptions, you could use the following repository: https://github.com/strongloop/microgateway-datastore and modify the code as a custom datastore and include it within your package.json (default one...

You need to associate the microgateway to the catalog (using the standalone option and NOT collectives). In the API Manager settings -> gateway URL, specify the microgateway as the endpoint.

See https://www.ibm.com/support/knowledgecenter/SSMNED_5.0.0/com.ibm.apic.install.doc/tapic_microgw_add_to_catalog.html and step 6. Ignore the Collective Controller option. You can use the microgateway in standalone mode (per option 1) when you want to use the 'gateway as a...

I have raised this issue within our Engineering team. We should have a response shortly.

The Microgateway is the runtime independent from the API manager. When you configure the Microgateway, there is a setting for the custom Gateway URL that maps to the actual gateway...

In step 3), the `./apiconfig/connect` directory is a directory reference to a policies directory. In the tutorial, the path was relative to the `policies` directory. You only need the API...

Do you also have policies defined at some other location? perhaps in your home directory?

API Microgateway is supported for production-use. Since its a Node.js-based application, you would need to apply Node.js security hardening practices and following existing operational procedures for managing Node.js-based applications. We...