rancher / quickstart

381 stars 338 forks source link

vagrant: set default password to "adminPassword" #202

Closed thinkmassive closed 2 years ago

thinkmassive commented 2 years ago

In the Vagrant quickstart, the default admin password (admin_password: admin) no longer works because it's less than 12 characters. This error is unhandled, causing the rest of the provisioning process to be incomplete. The provisioning script keeps running, so the error message is buried under a lot of additional output.

This PR changes the default admin password to adminPassword, which allows provisioning to succeed. If this is accepted, I have a docs branch ready to update that repo as well.

bashofmann commented 2 years ago

@thinkmassive thank you for your contribution. If you have the time, it would be great if you could open a PR for the docs as well.