You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope[]string`long:"scope" env:"SCOPE" env-delim:" " description:"Define scope. Space delimited when used as env var."`
40
40
AuthHoststring`long:"auth-host" env:"AUTH_HOST" description:"Single host to use when returning from 3rd party auth"`
41
41
Configfunc(sstring) error`long:"config" env:"CONFIG" description:"Path to config file" json:"-"`
42
-
CookieDomains []util.CookieDomain`long:"cookie-domain" env:"COOKIE_DOMAIN" description:"Domain to set auth cookie on, can be set multiple times"`
42
+
CookieDomains []util.CookieDomain`long:"cookie-domain" env:"COOKIE_DOMAIN" env-delim:"," description:"Domain to set auth cookie on, can be set multiple times. Comma delimited when used as env var."`
0 commit comments