Skip to content

Commit 1b0511e

Browse files
committed
fixup! Add disableUpstreamTokenInjection to embedded auth server config
1 parent 29f023b commit 1b0511e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/authserver/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ type RunConfig struct {
8383
// DisableUpstreamTokenInjection prevents the upstream swap middleware from being added.
8484
// When true, the embedded auth server handles OAuth flows for clients but does not
8585
// inject upstream IdP tokens into requests forwarded to the backend MCP server.
86+
//nolint:lll // field tags require full JSON+YAML names
8687
DisableUpstreamTokenInjection bool `json:"disable_upstream_token_injection,omitempty" yaml:"disable_upstream_token_injection,omitempty"`
8788
}
8889

0 commit comments

Comments
 (0)