Skip to content

Kong helper utility to manage services, routes and plugins.

Notifications You must be signed in to change notification settings

iamgaurav/kong-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kong Helper

Helper Container to periodically check and update Kong with the services, routes and their plugins.

Requirements

Kong version supported 1.1.x

Sample Config

{
   "services": {
     "example_api": {
       "upstream": "example_api",
       "port": 8080,
       "hostname": ["api.example.com"],
       "path": ["/core"],
       "protocol": "http",
       "methods": ["GET","POST","PUT","PATCH","DELETE","HEAD","OPTIONS"],
       "plugins": [
         {
           "name": "cors",
           "config": {
             "origins": "*"
           },
           "run_on": "first"
         }
       ]
     }
   }
}

Disclaimer

This has not been tested on production environments.

About

Kong helper utility to manage services, routes and plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages