Has anyone installed ArcGIS Enterprise on a Google Compute Engine VM? I have successfully installed and configured it but am struggling with redirect errors when trying to log-in from outside the network.
I think it is related to the fact that GCE do not provide an external hostname, just an external IP. So to access from a local client I input my portal URL as https:<instance external ip>/portal/home which can be reached in a browser just fine. When I attempt to sign in, it errors out and I believe this is because it's trying to redirect to the FQDN of the machine, which isn't external facing.
I have a client VM stood up in the same internal network as the Enterprise instance. From a browser on that client I am able to fully access portal, sign in, and all its features work. I think this is because the FQDN makes sense to it as it's internal only and this VM is in that internal network.
Solution? I think I need to...
Does this sound right? Anybody have any other solutions here? Don't want to spend a couple days down the rabbit hole.
Have you tried configuring a WebContextURL? you may be running into issues with X-Forwarded-Host headers reporting an unexpected value