PGBI / kong-dashboard

Dashboard for managing Kong gateway
MIT License
2.17k stars 390 forks source link

Added to 0.14 scheme #186

Closed bucha closed 5 years ago

bucha commented 5 years ago

The priority of a route was already visible on the route index but it wasn't editable. This pull request adds the regex_priority field to the 0.14 scheme thereby adding it to the route's edit view.

bucha commented 5 years ago

The second commit adds HEAD to the HTTP methods in routes. Without this I wasn't able to get Elasticsearch running behind Kong as some applications do HEAD requests on indices before requesting the data via GET.

PGBI commented 5 years ago

thanks @bucha !