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
Copy file name to clipboardExpand all lines: pkg/keycloak/config/config.go
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,6 @@ type Config struct {
125
125
Scopes []string`json:"scopes,omitempty" usage:"list of scopes requested when authenticating the user" yaml:"scopes"`
126
126
OpaTimeout time.Duration`env:"OPA_TIMEOUT" json:"opa-timeout,omitempty" usage:"timeout for connection to OPA" yaml:"opa-timeout"`
127
127
PatRetryInterval time.Duration`env:"PAT_RETRY_INTERVAL" json:"pat-retry-interval,omitempty" usage:"interval between retries to get PAT" yaml:"pat-retry-interval"`
128
-
AccessTokenDuration time.Duration`env:"ACCESS_TOKEN_DURATION" json:"access-token-duration,omitempty" usage:"fallback cookie duration for the access token when using refresh tokens" yaml:"access-token-duration"`
129
128
PatRetryCountint`env:"PAT_RETRY_COUNT" json:"pat-retry-count,omitempty" usage:"number of retries to get PAT" yaml:"pat-retry-count"`
130
129
CorsMaxAge time.Duration`env:"CORS_MAX_AGE" json:"cors-max-age,omitempty" usage:"max age applied to cors headers (Access-Control-Max-Age)" yaml:"cors-max-age"`
131
130
UpstreamTimeout time.Duration`env:"UPSTREAM_TIMEOUT" json:"upstream-timeout,omitempty" usage:"maximum amount of time a dial will wait for a connect to complete" yaml:"upstream-timeout"`
0 commit comments