JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Training
Auth0
Kong
Postman
API
Front-End Development and Testing
Stack
Event Management - Troubleshooting
Untitled page
API Documentation
More
Share
Explore
Kong
http://172.21.0.81:1337/
api.ccr.net
→ points to API Gateway (Kong)
Services
→ reference Host/Path
Example set-up:
Routes
→ Used to indicate which service/host/path to look at
to access endpoint from
devapi.ccr.net/external/auth
→ call
api.ccr.net/Authorization
Adding a route
Paths: need ‘/PATHNAME’
Methods: only add allowed METHODS
OPTIONS is required
Strip Paths:
Yes:
Example:
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 (
Ctrl
P
) instead.