/KongPlayground

Playground for Kong API gateway

Primary LanguagePythonOtherNOASSERTION

KongPlayground

Playground for Kong API gateway

The plugin does three things:

  1. Change the routing target to mockbin.org:80.
  2. Add request headers.
  3. Set query parameters.

Install with Helm

tilt up

Testing

  1. Use Postman to call http://localhost:8080/hello.
  2. It should route to mockbin.org:80, and have new request headers and query parameters.

Trouble shooting