Kong Gateway
Integrating Kong Gateway with Escape's Inventory enhances API management and security. Follow these steps to create a Personal Access Token.
Create a Kong Gateway Personal Access Token¶
- Go to your Kong Admin UI (usually running on port
8002
) and go to the Plugins section/plugins/key-auth/create?redirect=/plugins
- The official key-auth plugin documentation is available on the Official Kong Gateway Documentation.
- Do not change the default key_names apikey
- Then, list our your available consumers or add one
:8001/consumers/
, then copy the id of the consumer. - Lastly, create the key for the consumer
curl -X POST http://localhost:8001/consumers/$CONSUMER_ID/key-auth
and copy the key from the JSON response. - Paste the API key and the Admin API URL into Escape
- You're done! Your integration should sync right away.
Internal Networks and Services¶
When integrating with internal networks and services, you may need to:
- Configure a Private Location
- Whitelist FQDNs
For more information, see Private Locations.