middleware: health-check respond to all methods

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2019-09-19 16:05:07 -07:00
parent 490d131070
commit 5842f3033a
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
3 changed files with 34 additions and 20 deletions

View file

@ -19,6 +19,7 @@
### Changed
- The healthcheck endpoints (`/ping`) now returns the http status `405` StatusMethodNotAllowed for non-`GET` requests. [GH-319](https://github.com/pomerium/pomerium/issues/319)
- Authenticate service no longer uses gRPC.
### Removed