We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f023b commit 1b0511eCopy full SHA for 1b0511e
1 file changed
pkg/authserver/config.go
@@ -83,6 +83,7 @@ type RunConfig struct {
83
// DisableUpstreamTokenInjection prevents the upstream swap middleware from being added.
84
// When true, the embedded auth server handles OAuth flows for clients but does not
85
// inject upstream IdP tokens into requests forwarded to the backend MCP server.
86
+ //nolint:lll // field tags require full JSON+YAML names
87
DisableUpstreamTokenInjection bool `json:"disable_upstream_token_injection,omitempty" yaml:"disable_upstream_token_injection,omitempty"`
88
}
89
0 commit comments