mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Secret interactive input is now supported
ref: https://github.com/hashicorp/vagrant/issues/12865
This commit is contained in:
parent
ad2d9da37d
commit
bc4904264e
1 changed files with 0 additions and 7 deletions
|
|
@ -168,13 +168,6 @@ Uninstalling Ruby Vagrant plugins does not currently work.
|
|||
The go plugin setup currently is built on Unix sockets. So, Vagrant-go is not expected to
|
||||
work on Windows. This will be addressed in a future release.
|
||||
|
||||
### Secret interactive input
|
||||
|
||||
Vagrant relies on secret interactive input to allow users to pass in SMB credentials when
|
||||
using SMB synced folders. Currently, interactive input works for Vagrant-go, however, the
|
||||
user input is not hidden. Users who wish to use SMB folders and avoid exposing their
|
||||
credentials can work around this issue by specifying the [credentials in the Vagrantfile](/docs/synced-folders/smb/)
|
||||
|
||||
### Concurrent Vagrant runs don’t work
|
||||
|
||||
Only one Vagrant-go process may run at a time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue