Public Network with Reverse Proxy
In this scenario the reverse proxy is doing path mapping to direct inbound traffic to the appropriate web application. Assume that port 8443 is used for HTTPS, /security maps to Security Provider, /edge-ui maps to the Edge UI, and /edge-services maps to the Edge services. The actual mapping would be defined in the configuration for the reverse proxy.
The following overrides would be appropriate for this deployment scenario:
fta-setup-env Setting | Override Value |
---|---|
SECURITY_PUBLIC_URL | https://analytics.acme.com/security |
DATAVIEW_PUBLIC_URL | - |
FLOWML_PUBLIC_URL | - |
EDGE_UI_PUBLIC_URL | https://analytics.acme.com/edge-ui |
EDGE_SERVICES_PUBLIC_URL | https://analytics.acme.com/edge-services |
Provide Feedback