1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-01 22:51:45 +02:00

Align tests to SkipAuthStripHeaders default

This commit is contained in:
Nick Meves
2020-11-07 12:33:37 -08:00
parent 14fd934b32
commit 1c26539ef0
2 changed files with 119 additions and 41 deletions

View File

@@ -31,8 +31,9 @@ func NewLegacyOptions() *LegacyOptions {
},
LegacyHeaders: LegacyHeaders{
PassBasicAuth: true,
PassUserHeaders: true,
PassBasicAuth: true,
PassUserHeaders: true,
SkipAuthStripHeaders: true,
},
Options: *NewOptions(),