oauth2-proxy/pkg/app/pagewriter
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
..
default_logo.svg Add option for custom logos on the sign in page 2021-02-19 13:23:55 +00:00
error.html Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
error_page.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
error_page_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
pagewriter.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
pagewriter_suite_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
pagewriter_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
sign_in.html Add option for custom logos on the sign in page 2021-02-19 13:23:55 +00:00
sign_in_page.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
sign_in_page_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
templates.go Extract templates to separate files 2021-02-19 11:30:59 +00:00
templates_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00