mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 04:42:56 +02:00
middleware: health-check respond to all methods
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
490d131070
commit
5842f3033a
3 changed files with 34 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue