Hi,
Our Java Callout policy runs properly on Apigee Hybird - Given we used a Custom Java Security Policy to allow certain permissions that were not allowed by default.
On Apigee (X), we can't Add a custom security policy - We get an error that aligns with the documentation. (which says it's only available on Hybrid)
Without going into the reasoning of why custom security policies are not allowed on Apigee, is there a way to allow the Java Callout to access local IP in the same VPC? (For example a VM)
Without this option, we would have to use a public IP address which would probably lead to internal routing but with external routing billing.
One more method we are looking into is have another API Proxy to perform the connection to the local IP. But we would still need to figure out how to access this API Proxy from the java callout code.
Thanks in advance!
Razor.