Merge pull request #311 from desimone/bug/308

cmd/pomerium: add host to main logging handler
This commit is contained in:
Bobby DeSimone 2019-09-18 19:55:00 -07:00 committed by GitHub
commit cd6311773f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- Add ability to override HTTPS backend's TLS Server Name. [GH-297](https://github.com/pomerium/pomerium/pull/297)
- Add ability to set pomerium's encrypted session in a auth bearer token, or query param.
- Add host to the main request logger middleware. [GH-308](https://github.com/pomerium/pomerium/issues/308)
### Security