[Bug]: Removing the Authentication Header in Workspace does not get reflected in Gateway
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 71
- Forks
- 111
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 110
Description
Please select the area the issue is related to
AI Workspace
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Description
Hi Team,
It was observed the even when we remove the Authentication Header in Workspace it does not get reflected in gateway and it will passed to the backend. Please refer to the Steps to Reproduce below.
Best Regards,
Hasitha
Steps to Reproduce
- Create an MCP proxy with adding a local MCP server(To check the headers easily) with an Authentication Header
- Invoke the Proxy and see the header is passed to the backend
- Remove the header from the Workspace and deploy
- Invoke the proxy and still you can see the header is passing to the backend
- Add a new header like AuthABC and deploy again
- Invoke the Proxy and see the header is passed to the backend with new header name
- Remove the new header from the Workspace and deploy
- Observe the new header is passed even through it is removed from the workspace.
Severity Level of the Issue
Severity/Minor (Non-critical functionality. Can be fixed in future releases)
Environment Details (with versions)
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with a local MCP server, following the workspace-to-gateway deployment steps in the report. Trace how authentication headers are synchronized when a proxy is redeployed; done means removing a header in Workspace prevents it from reaching the backend, including after adding and then removing a replacement header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100