Hide Forgot
3. What is the nature and description of the request? Currently openshift console can only be accessed via https however when we access it using http we get a blank page. We want to have a redirection instead to https so that the end user is not effected by this. 4. Why does the customer need this? (List the business requirements here) We're standing up a replacement for the ITOS service. To load balance the masters we're using AWS ELBs. unlike the load balancers we use in the Data Center AWS ELBs are extremely minimal and don't allow us to perform redirects. To improve the experience for our internal customers we'd like to ensure that the standard web console for the OpenShift instance redirects from HTTP to HTTPS. The OpenShift masters are currently listing only on 8053, 443, 8444 and 10250 (with nothing listening on 80) 5. How would the customer like to achieve this? (List the functional requirements here) Whenever the webconsole is accessed using http protocol we want this to be redirected to https.
*** Bug 1317604 has been marked as a duplicate of this bug. ***
As the customer, I'm a little disappointed to see this closed:wontfix. As mentioned in the RFE, it sucks but Amazon's Load Balancing solution (ELB) does not offer any kind of redirection functionality. They're incredibly simplistic. In the Data Center this is far less of an issue as we have load balancers making a simple HTTP->HTTPS redirect trivial. By refusing this RFE you're forcing us to apply little extra things to account for one of the most common use cases going: users who can't be bothered to type https://www.example.com into their browser and simply type www.example.com For anyone out there looking for an example work around: Red Hat IT has worked around this with a daemonset running on the master nodes (a privileged container which uses the hosts networking) which just serves a hard coded 302 redirect. There's a number of example containers out there doing this.
Pinging Clayton for additional input based on hallway discussion.