PRDCT-547: harden the Ask Kai proxy (timeout, CORS allowlist, message cap) - #1011
Draft
Iamfle4ka wants to merge 1 commit into
Draft
PRDCT-547: harden the Ask Kai proxy (timeout, CORS allowlist, message cap)#1011Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
- enforce the 15s budget on the in-flight fetch (AbortSignal.timeout per attempt) — a hung upstream connection no longer blocks past the budget - CORS: echo only trusted origins (help.keboola.com, *.vercel.app previews, localhost) instead of wildcard — foreign pages can't script the proxy - cap message length (2000 chars) to protect the shared AI quota - return a generic error to the client; log the real one server-side Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hardening of the
api/chat.tsVercel proxy, found during an infra audit:AbortSignal.timeoutper attempt) — previously a single hung upstream connection blocked past the budget because the abort signal was never passed tofetch.*— foreign pages can no longer script the proxy against our shared Storage token / AI quota.messagelength at 2000 chars to protect the shared AI quota.Draft: no Linear issue attached yet — retitle with a PRDCT id before the title gate from #1002 lands.
🤖 Generated with Claude Code