...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
What is the API Gateway?
...
Furthermore, on the API Gateway endpoint you can additionally configure, add authorization, filtering, logging or simply mock the endpoint until the real implementation is ready:
...
Info |
---|
You can also access request headers, parameters and body from inside your pipeline called by the API Gateway. For more details see: Pipeline Objects |
Service
This target forwards any request to a microservice deployed inside the cluster and managed by PIPEFORCE. Its mandatory to define the name of this service, the port and the service path to forward the request to.
...