Skip to content

fix: forward auth header from http request#215

Open
creepysta wants to merge 1 commit intoapache:mainfrom
creepysta:mcp/fwd-auth-header
Open

fix: forward auth header from http request#215
creepysta wants to merge 1 commit intoapache:mainfrom
creepysta:mcp/fwd-auth-header

Conversation

@creepysta
Copy link
Copy Markdown

@creepysta creepysta commented Apr 17, 2026

#197

Currently the mcp server can only be configured with auth with static tokens, or client credentials.

But it doesn't forward auth headers from clients connecting to it. This becomes important when both the client and catalog server is configured to talk to an external IDP (polaris.authentication.type=external)

This PR allows the MCP server to simply forward the Authorization header (if its present in the http request) from the client to the catalog server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant