Include SessionOptions in Options struct

This commit is contained in:
Joel Speed 2019-05-07 14:24:12 +01:00
parent 1048584075
commit 455e0004b8
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -53,6 +53,9 @@ type Options struct {
// Embed CookieOptions
options.CookieOptions
// Embed SessionOptions
options.SessionOptions
Upstreams []string `flag:"upstream" cfg:"upstreams" env:"OAUTH2_PROXY_UPSTREAMS"`
SkipAuthRegex []string `flag:"skip-auth-regex" cfg:"skip_auth_regex" env:"OAUTH2_PROXY_SKIP_AUTH_REGEX"`
PassBasicAuth bool `flag:"pass-basic-auth" cfg:"pass_basic_auth" env:"OAUTH2_PROXY_PASS_BASIC_AUTH"`