A client has a network that is restrictive. They want no incoming connections and they have no VPN. We're installing an admin tool that external admins need to access. One solution is that the admins access a cloud-based version of the admin tool and a cron job from their network occasionally grabs the data and updates the internal admin tool. This is a huge hassle. Now we've got to deal with data contention issues, delays, etc. I'd rather not do that.
Here's my question: If I propose a reverse tunnel from the admin tool server to a cloud-based SOCKS proxy that their external admin users can log into, is this something that an IT team might consider as being a secure alternative?