You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested this with both k-builder and k-m1. The windows host is downloading now, but I expect it to work there too.
Possible implementation:
setup-enviornment.ps1 can validate that you have an smbuser.yml (added to .gitignore) and that the user is a valid admin. Then the Vagrantfile can directly load the yaml in. Technique outlined here. It's not perfect, but it's better than it is now - specifically the prompts for user/password that if you type incorrectly fails the whole thing.
The text was updated successfully, but these errors were encountered:
You can specify username/password in Vagrantfile with the following syntax:
$smb_username = "smbuser"
$smb_password = "notarealpassword"
I tested this with both k-builder and k-m1. The windows host is downloading now, but I expect it to work there too.
Possible implementation:
setup-enviornment.ps1 can validate that you have an smbuser.yml (added to .gitignore) and that the user is a valid admin. Then the Vagrantfile can directly load the yaml in. Technique outlined here. It's not perfect, but it's better than it is now - specifically the prompts for user/password that if you type incorrectly fails the whole thing.
The text was updated successfully, but these errors were encountered: