Version: v2.17.x LTS
Deploying API Mediation Layer locally
Deploying API Mediation Layer locally
General information
For development purposes, it is possible to deploy API ML locally. For more information, follow the instruction in the file Run API Mediation Layer locally.
Dummy Authentication Provider
The Dummy Authentication Provider
implements simple authentication for development purposes using dummy credentials (username: user
, password user
). The Dummy Authentication Provider
makes it possible for the API Gateway to run without authenticating with the z/OSMF service.
Use the following property of the API Gateway to enable the Dummy Authentication Provider
:
components.gateway.security.auth.provider: dummy