UI Javascript Error with Podman sites using ip based host
I have initialised podman sites on an instance with the following skupper init --ingress-host 3.24.237.19 --platform podman --enable-console --enable-flow-collector --site-name skgw --console-auth=internal --console-user=admin --console-password=password
However when navigating to the https://3.24.237.19:8010 and clicking on the "Addresses" the default error page came up and there were many JS errors as below
Failed to load resources : net: ERR_HTTP2_PROTOCOL_ERROR The page at "https://3.24.237.19:8010/#/sites' was loaded over HTTPS, but requested an insecure element https://3.24.237.19:8810/064827e-png'• This request was not upgraded to HTTPS because its sk-main.be47241…min.js:2 URL'S host is an IP address. mixed content: The page at
@bfarr-rh The latest version of the console now depends on an internal version of prometheus, which is already available when skupper is deployed to a Kubernetes cluster, but not yet available on podman sites.
This is coming shortly in one of the upcoming releases.
@fgiorgetti, I tested this with 1.5.3, and it worked. Should this be closed with #1213 merging?