dwmkerr / terraform-aws-openshift

Create infrastructure with Terraform and AWS, install OpenShift. Party!
http://www.dwmkerr.com/get-up-and-running-with-openshift-on-aws
MIT License
170 stars 174 forks source link

Unable to log in to the Web console with default password #72

Closed krishan03 closed 5 years ago

krishan03 commented 5 years ago

Hi,

I am unable to log in to the OKD web console using the username: admin and the password: 123.

dio commented 5 years ago

@krishan03

One way is: you can make ssh-master and do the htpasswd magic there. I guess your post-install script was not being executed?

When you're inside the master node.

$ htpasswd -b /etc/origin/master/htpasswd admin 123