1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg
Nick Meves c1267bb92d
Request ID Logging (#1087)
* Add RequestID to the RequestScope

* Expose RequestID to auth & request loggers

* Use the RequestID in templated HTML pages

* Allow customizing the RequestID header

* Document new Request ID support

* Add more cases to scope/requestID tests

* Split Get vs Generate RequestID funtionality

* Add {{.RequestID}} to the request logger tests

* Move RequestID management to RequestScope

* Use HTML escape instead of sanitization for Request ID rendering
2021-03-21 18:20:57 +00:00
..
apis Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
app/pagewriter Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
authentication/basic Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00
cookies Update go version to 1.16 2021-02-19 11:30:58 +00:00
encryption Stop accepting legacy SHA1 signed cookies 2020-09-24 10:31:34 -07:00
header Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00
http Add server group implementation for running multiple servers at once 2021-03-07 11:49:10 +00:00
ip Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
logger Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
middleware Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
requests Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
sessions Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00
upstream Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
util Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
validation Deprecate GAP-Signature and add a warning on usage (#1103) 2021-03-14 09:47:44 -07:00