-
Notifications
You must be signed in to change notification settings - Fork 917
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
feat(router-proxy): added support for proxy endpoint #855
Conversation
❌ DCO Check Failed 45b6937 |
Many thanks! |
Signed-off-by: Carlos Eustáquio <[email protected]>
✅ DCO Check Passed 349d346 |
Thanks for opening this will check it out as soon as possible. |
Thanks for the contribution! I will check this out sometime today |
@carloseustaquio would it be possible to get more information about the security implications here? More information can be added in your issue or an RFC issue can be opened for a more detailed breakdown |
@carloseustaquio just checking in on the security information |
@boktorbb-amzn we will answer you and @kavilla. At the moment we are running to deliver another feature. When we have time, we will attend to your questions. Give some time, please. |
@carloseustaquio @rios0rios0 any updates? Just want to make sure this PR doesn't stay stale for too long. |
We don't know the kind of security information / RFC that @boktorbb-amzn needs. With this PR, we can do:
What do we need to test to give make sure that we aren't violating security? |
@rios0rios0 your last comment actually addressed my concern. The PR looks good to me |
Can we add documentation for this? We should address the |
Hello @carloseustaquio, this pull request has not had activity recently. We will close this in 7 days if no further updates. If it closes by the time you make the requested updates then please re-open the pull request. Thank you! |
Description
Implements proxy method in the Router interface that uses the proxy option of hapi.js server. Allow clients to redirect app requests to a custom backend server.
Issues Resolved
Check List