I have a distributed test harness based on WCF services, written in C#. Right now it use 5 Virtual Machines for its deployment, and is planned to use more (~20 VMs for stress load). For each of the VM I have a Powershell deployment script. Right now I work on the task to automate deployment via one click in TeamCity.

In order for test harness to test some functionality it requires a Windows User account, which I create on installation (in the script). Right now it is a static username and a static password and I somehow feel this is insecure. VMs have Internet connection, however they are not visible from the outer network.

Test harness needs to know the current user name and password. How do I make sure my passwords are dynamically changed on every install and where shall I store them?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.