diff --git a/doc.go b/doc.go index fe25325e34823c342260269ece1c25e577d1affe..781e2c7cb5d54a50ae2dc577d198ab31022556e3 100644 --- a/doc.go +++ b/doc.go @@ -143,9 +143,9 @@ type Config struct { // EnableForwarding enables the forwarding proxy EnableForwarding bool `json:"enable-forwarding" yaml:"enable-forwarding" usage:"enables the forwarding proxy mode, signing outbound request"` // EnableSecurityFilter enabled the security handler - EnableSecurityFilter bool `json:"enable-security-filter" yaml:"enable-security-filter" usage:"enables the security filter handler"` + EnableSecurityFilter bool `json:"enable-security-filter" yaml:"enable-security-filter" usage:"enables the security filter handler" env:"ENABLE_SECURITY_FILTER"` // EnableRefreshTokens indicate's you wish to ignore using refresh tokens and re-auth on expiration of access token - EnableRefreshTokens bool `json:"enable-refresh-tokens" yaml:"enable-refresh-tokens" usage:"nables the handling of the refresh tokens" env:"ENABLE_SECURITY_FILTER"` + EnableRefreshTokens bool `json:"enable-refresh-tokens" yaml:"enable-refresh-tokens" usage:"Enables the handling of the refresh tokens" env:"ENABLE_REFRESH_TOKEN"` // EnableLoginHandler indicates we want the login handler enabled EnableLoginHandler bool `json:"enable-login-handler" yaml:"enable-login-handler" usage:"enables the handling of the refresh tokens" env:"ENABLE_LOGIN_HANDLER"` // EnableAuthorizationHeader indicates we should pass the authorization header