-
Notifications
You must be signed in to change notification settings - Fork 150
fix(gateway): configure cors for error responses #4058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 01-28-chore_guard_clean_up_guard
Are you sure you want to change the base?
fix(gateway): configure cors for error responses #4058
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: fix(gateway): configure cors for error responsesSummaryThis PR fixes CORS header configuration by moving CORS header insertion from the pegboard gateway layer to the guard-core proxy service layer. This ensures CORS headers are applied to all responses, including error responses that might be generated before reaching the actor. Code Quality ✅Strengths:
Potential Issues
|
03e46b7 to
c9720e1
Compare
c9720e1 to
4e72006
Compare
d078517 to
30b52ba
Compare

Fixes RVT-5332