Joel Speed
|
f36dfbb494
|
Introduce alpha configuration loading
|
2020-12-01 08:56:49 +00:00 |
|
Joel Speed
|
5b003a5657
|
SecretSource.Value should be plain text in memory
|
2020-12-01 08:56:46 +00:00 |
|
Joel Speed
|
482cd32a17
|
Fix basic auth legacy header conversion
|
2020-11-19 20:07:59 +00:00 |
|
Joel Speed
|
aed43a54da
|
Add DefaultUpstreamFlushInterval to replace magic time.Second value
|
2020-11-19 10:39:21 +00:00 |
|
Joel Speed
|
b6d6f31ac1
|
Introduce Duration so that marshalling works for duration strings
|
2020-11-19 10:35:29 +00:00 |
|
Nick Meves
|
7d6ff03d13
|
Fix X-Auth-Request-Preferred-Username in response headers
|
2020-11-07 12:47:42 -08:00 |
|
Nick Meves
|
1c26539ef0
|
Align tests to SkipAuthStripHeaders default
|
2020-11-07 12:33:37 -08:00 |
|
Nick Meves
|
14fd934b32
|
Flip --skip-auth-strip-headers to true by default
|
2020-11-07 11:43:45 -08:00 |
|
Joel Speed
|
2dc0d1e7ee
|
Create LegacyHeaders struct and conversion to new Headers
|
2020-11-07 17:16:49 +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 |
|
Joel Speed
|
bd619ab63e
|
Fix conversion of file upstreams
|
2020-08-31 16:54:13 +01:00 |
|
Joel Speed
|
b40517bbe3
|
Fix conversion of static responses in upstreams
|
2020-08-31 16:54:01 +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 |
|
Joel Speed
|
d43b372ca9
|
Use bool pointers for upstream options that default to true
|
2020-07-19 14:01:36 +01:00 |
|
Joel Speed
|
71dc70222b
|
Break legacy upstream options into LegacyUpstreams struct
|
2020-07-19 14:01:36 +01:00 |
|
Joel Speed
|
e932381ba7
|
Add LegacyOptions and conversion to new Options
This will be temporary until we switch to structured config, then we can remove the LegacyOptions and conversions
|
2020-07-19 08:17:53 +01:00 |
|