I have a Heroku app (heresy) and I would like that app to be the only app talking to a service I am running on DigitalOcean. Heroku apps change their IP so I don’t think I can do a static UFW rule. Aside from JWT auth on the application level, is there a networking-level thing I can do to ensure only the Heroku app can talk with the DO app?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
I believe that you could use a Heroku Static IP service like QuotaGuard Shield, which should provide you with a load balanced set of static IP’s to route either inbound or outbound traffic through to your desired destination:
https://elements.heroku.com/addons/quotaguardshield
Hope that this helps!
Best,
Bobby