-
Notifications
You must be signed in to change notification settings - Fork 827
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
CORS enabled on ping service #3945
Comments
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
🤔 on one hand, I'm wondering if we should do this... on the other, it feels like this should maybe be something a proxy or load balancer does? Not sure. 🤔 |
'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions ' |
i my case, to overcome cors issue, i had to put a load balancer just for ping service over every regional cluster. |
How else where you exposing the ping service, if not without a LB? |
i forgot it what exactly happened, but i had to setup extra nginx on top of provider LB to solve cors. Maybe it was issue with cloud provider. |
Seems like a small fix to implement. Would love a PR. |
Is your feature request related to a problem? Please describe.
checking ping from browser raises CORS issue.
Describe the solution you'd like
Enable CORS on ping service
The text was updated successfully, but these errors were encountered: