internal/log: return full X-Forwarded-For

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2019-09-28 12:15:13 -07:00
parent 218d157fce
commit 33d4e4843b
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
3 changed files with 14 additions and 16 deletions

View file

@ -22,6 +22,7 @@
- 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.
- The global request logger now captures the full array of proxies from `X-Forwarded-For`, in addition to just the client IP.
### Removed