Skip to content
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]: simplify k8s deployment by proxying webhook requests (frontend.com/webhook) and websocket requests (frontend.com/websocket) #2153

Open
shahargl opened this issue Oct 9, 2024 · 0 comments
Labels
API API related issues Feedback Based on customer feedback Hacktoberfest UI User interface related issues

Comments

@shahargl
Copy link
Member

shahargl commented Oct 9, 2024

current behaviour:

  1. API requests (/backend) rewritten to the backend
  2. Websocket requests goes directly to websocket
  3. Webhook requests goes directly to backend (KEEP_API_URL)

expected behaviour:

  1. API requests (/backend) rewritten to the backend
  2. Websocket requests will go to (/websocket) and will be rewritten to the websocket server
  3. Webhook requests will go to (/webhook) and will be rewritten to the backend server
@shahargl shahargl added UI User interface related issues API API related issues Feedback Based on customer feedback labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API related issues Feedback Based on customer feedback Hacktoberfest UI User interface related issues
Projects
None yet
Development

No branches or pull requests

2 participants