You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/12/13 06:59:31 UTC

[GitHub] [shenyu] sunmingji opened a new issue, #4262: egress gateway

sunmingji opened a new issue, #4262:
URL: https://github.com/apache/shenyu/issues/4262

   ### Question
   
   API Gateway only has ingress and no egress, and internal services need to call the external network interface


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shenyu] sunmingji closed issue #4262: egress gateway

Posted by "sunmingji (via GitHub)" <gi...@apache.org>.
sunmingji closed issue #4262: egress gateway
URL: https://github.com/apache/shenyu/issues/4262


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shenyu] iwangjie commented on issue #4262: egress gateway

Posted by "iwangjie (via GitHub)" <gi...@apache.org>.
iwangjie commented on issue #4262:
URL: https://github.com/apache/shenyu/issues/4262#issuecomment-1417140998

   In this scenario, the internal services need to call the external network interface through a proxy. This can be achieved by deploying a reverse proxy server like Nginx or HAProxy within the internal network, which can then route the traffic from internal services to the external network. This reverse proxy can be set up to act as a security layer and enforce access controls, as well as perform tasks such as request forwarding, response processing, and traffic management.
   
   Hope to help you ~🐝


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shenyu] sunmingji commented on issue #4262: egress gateway

Posted by "sunmingji (via GitHub)" <gi...@apache.org>.
sunmingji commented on issue #4262:
URL: https://github.com/apache/shenyu/issues/4262#issuecomment-1423773053

   Thanks, I will try.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org