Joel Speed
|
b6cca79cb9
|
Ensure errors in tests are logged to the GinkgoWriter
|
2021-02-10 19:50:04 +00:00 |
|
Mitsuo Heijo
|
3fa42edb73
|
Fix import path for v7 (#800)
* fix import path for v7
find ./ -name "*.go" | xargs sed -i -e 's|"github.com/oauth2-proxy/oauth2-proxy|"github.com/oauth2-proxy/oauth2-proxy/v7|'
* fix module path
* go mod tidy
* fix installation docs
* update CHANGELOG
* Update CHANGELOG.md
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
|
2020-09-29 17:44:42 +01:00 |
|
Phil Taprogge
|
d69fd6af22
|
Allow Logging to stdout with separate Error Log Channel (#718)
* Add dedicated error logging writer
* Document new errors to stdout flag
* Update changelog
* Thread-safe the log buffer
* Address feedback
* Remove duplication by adding log level
* Clean up error formatting
* Apply suggestions from code review
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
|
2020-08-10 11:44:08 +01:00 |
|
Nick Meves
|
ad52587ae6
|
Document GoSec nosec skip comments
|
2020-08-09 07:55:40 -07:00 |
|
Nick Meves
|
65c228394f
|
Address gosec findings
Mostly handling unhandled errors appropriately.
If logging to STDERR fails, we panic. Added #nosec
comments to findings we are OK with.
|
2020-08-09 07:55:39 -07:00 |
|
Joel Speed
|
7d8ee61254
|
Add HTPasswdValidator to basic authentication package
|
2020-07-18 11:01:49 +01:00 |
|