icon picker
Kong

→ points to API Gateway (Kong)

Services

→ reference Host/Path
Example set-up:
image.png

Routes

→ Used to indicate which service/host/path to look at

image.png
to access endpoint from → call
Adding a route
Paths: need ‘/PATHNAME’
Methods: only add allowed METHODS
OPTIONS is required
Strip Paths:
Yes:
Example:
image.png

Other

Consumers
any person/group/application we are giving access to
credentials set here - api key or jwt token
Plugins
acl - whitelist consumers allowed to access (we use for service level)
jwt - some use tokens to authN (we use for service level)
ip-restriction (consumer level)
rate-limit (consumer level)


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.