cmd/pomerium: add service mode to log

This commit is contained in:
Bobby DeSimone 2019-02-19 11:23:10 -08:00
parent e3f4bcae19
commit afd5abdc09
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
4 changed files with 5 additions and 4 deletions

View file

@ -155,8 +155,7 @@ func New(opts *Options, optionFuncs ...func(*Authenticate) error) (*Authenticate
ProviderURL: opts.ProviderURL,
ClientID: opts.ClientID,
ClientSecret: opts.ClientSecret,
// SessionLifetimeTTL: opts.CookieLifetimeTTL,
Scopes: opts.Scopes,
Scopes: opts.Scopes,
})
if err != nil {
return nil, err