It'd be great if there was a way to ensure that only requests coming from my reverse proxy are allowed. This could be as simple as a shared secret between the reverse proxy and stellate that is send as a header from the proxy, and used by stellate to verify the request.
Having a reverse proxy is useful as it makes it easy to add other on-the-fly security configs like blocking specific IPs and enabling CORS.