-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Feature]: Support CORS headers on OTEL HTTP endpoint #4459
Comments
Hey @yurishkuro, how can I help with this issue? |
If you don't know outright how to implement it, you can help by doing research:
|
Hi @sid-008, was just wondering if you are still working on this issue |
No I am not, I don't really know how to outright implement it, you can take a shot at it |
/assign |
Hi @yurishkuro can i work on this ? @sbdtu5498 opened PR but its been 14 days . So can i work on this ? |
@shubmjagtap feel free to submit above PR. #4510 is not doing what's needed. |
yes thanks |
@yurishkuro didn't get time to catch up on the work again. I have closed the pr for the time being. |
## Which problem is this PR solving? - Resolves #4459 ## Short description of the changes - Added a new package corscfg to handle the CORS requests on OTLP HTTP Endpoint and Zipkin --------- Signed-off-by: bugslayer-332 <[email protected]> Co-authored-by: bugslayer-332 <[email protected]>
Requirement
Allow exporting traces from browser directly to Jaeger.
Problem
Access from the browser usually requires addressing the CORS issue.
https://stackoverflow.com/questions/76266837/open-telemetry-cors-issue-exporting-trace-data-to-jaeger
Proposal
Support CORS headers similar to how they are supported on Zipkin endpoint (see #2056). If OTLP HTTP Receiver already supports these, we need to allow configuring them.
Open questions
No response
The text was updated successfully, but these errors were encountered: