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
SecretStringstring`long:"secret" env:"SECRET" description:"Secret used for signing (required)" json:"-"`
40
40
SkipJWTBearerTokensbool`long:"skip-jwt-bearer-tokens" env:"SKIP_JWT_BEARER_TOKENS" description:"Skip cookie validation when JWT tokens are presented in the Authorization header"`
41
-
TokenPropagationstring`long:"token-propagation" env:"TOKEN_PROPAGATION" default:"header" choice:"header" choice:"bearer" description:"How token is presented when querying the User URL"`
41
+
TokenPropagationstring`long:"token-propagation" env:"TOKEN_PROPAGATION" default:"none" choice:"header" choice:"bearer" choice:"none" description:"How token is presented when querying the User URL"`
42
42
TokenPropagationHeaderstring`long:"token-propagation-header" env:"TOKEN_PROPAGATION_HEADER" default:"X-Forwarded-Access-Toke" description:"Header to use when token-propagation is set to header. Available when token-propagation is set to header"`
43
43
WhitelistCommaSeparatedList`long:"whitelist" env:"WHITELIST" env-delim:"," description:"Only allow given email addresses, can be set multiple times"`
44
44
Portint`long:"port" env:"PORT" default:"4181" description:"Port to listen on"`
0 commit comments