How to establish a connection from apigee cloud to onpremise

Hello team,

Can anyone explain how we can establish a connection from apigee cloud account to onpremises services.Please help on this with some examples in your project.

Thank you.

0 3 374
3 REPLIES 3

Not applicable

Normally On-premise services are restricted to the intranet of the organization and VPN. If you want to connect from Apigee cloud to onprem service, then you need to open the firewall of your company for Apigee cloud.

Some financial organizations don't prefer to allow this, so they do setup their onprem infrastructure. The condition depends upon the organization security standards.

By opening the firewall we will be able to establish connection between Apigee cloud and on premise.

Other than that can we do something like IP Whitelisting .

So that we can have point to point connectivity instead of letting it open to the internet.

Can you please me on this

Check this - https://community.apigee.com/articles/85982/apigee-southbound-connectivity-patterns.html

If Apigee hybrid is not an option, you can try solution 1. If you need to expose multiple onprem services to Apigee Saas, you can create reverse proxy (nginx or Apache) that will route traffic dynamically (using some logic) to backend onprem services. In this way only reverse proxy is exposed to internet (Apigee Saas) and you can secure RP using mTLS & IP whitelisting.