Thank you, Sam! That did the trick and I am now able to log into my OpenShift console with no issues!
Time to start tinkering now. :) Jason On Tue, May 29, 2018 at 11:50 AM, Sam Padgett <[email protected]> wrote: > Hey, Jason. You should also update the values in the web console config > map. > > $ oc edit configmap webconsole-config -n openshift-web-console > > You'll want to update `consolePublicURL` and `masterPublicURL`. The > container should restart on its own within a few minutes of changing the > config map. Let us know if it works. > > Sam > > > On Tue, May 29, 2018 at 10:14 AM, Jason Marshall <[email protected] > > wrote: > >> Good morning, >> >> Could someone give me a little insight on how the hostname redirection >> for the Origin console works as far as the difference between the *cluster* >> name and the *master server* name, and how I can configure it? >> >> I currently have a small 3 node cluster set up, with 1 master (also >> acting as a node) and 2 dedicated nodes. When I installed, I defined the >> following cluster hostname: >> >> openshift_master_cluster_hostname=openshift-lab.domain.local >> >> The real hostname of the master server is cmhldshftlab01.domain.local, >> and this is what I get redirected to when I browse to >> http://openshift-lab.domain.local:8443. >> >> I thought that I could keep this from happening with the following lines >> in master-config.yaml: >> >> In the main section: >> masterPublicURL: https://openshift-lab.domain.local:8443 >> masterURL: https://openshift-lab.domain.local:8443 >> >> In the oauth section for my LDAP provider >> assetPublicURL: https://openshift-lab.domain.local:8443/console/ >> masterPublicURL: https://openshift-lab.domain.local:8443 >> masterURL: https://openshift-lab.domain.local:8443 >> >> Ultimately, I keep getting sent back to a URL with the real hostname of >> the server. >> >> Am I on the completely wrong track? >> >> Jason >> >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> >> >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
