1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/pkg/requests
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
..
util Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
builder_test.go Switch Builder.Do() to return a Result 2020-07-06 18:31:31 +01:00
builder.go Switch Builder.Do() to return a Result 2020-07-06 18:31:31 +01:00
requests_suite_test.go Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00
result_test.go Add tests for request result 2020-07-06 20:37:36 +01:00
result.go Switch Builder.Do() to return a Result 2020-07-06 18:31:31 +01:00