origin-web-console: Console loops endlessly when it can't connect to API server

Since we proxy from the master to the console, this should rarely happen. If the console can’t connect to the API server, however, it goes into a loop trying to do API discovery. This could happen because of a misconfiguration of clusterInfo.masterPublicURL or possibly due to incorrect certs.

/assign /kind bug /priority p2

@jwforres FYI

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (10 by maintainers)

Most upvoted comments

If we define the masterPublicURL to https://192.168.65.5:8443, then the user will be redirected to the address https://192.168.65.5:8443/login.... to be authenticated

Question : What should we do to avoid to expose openshift at the address 192.168.65.5:8443 but instead under name.192.168.65.5.nip.io ? Why : As some Firewall blocks the port 8443, then it is required to customize ocp (webconsole, master) to avoid to expose the port 8443. That could be done using a route or if we change the port to 443

Is there any work around for this problem ?

  • corsAllowOrigins is not fixing this