A database I don’t want accessible to the internet
An oauth2-proxy that should front traffic to the database
Sadly, while I can ping and dig any of the private _apps.internal or <app>.internal addresses successfully, I’m unable to connect directly to my database at <db app>.internal. Should I be using the internal port of the container running the database? Any pointers about sending tcp packets between separate apps in the same org would be much appreciated. Thanks!