-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Milestone
Description
I tried to use username
and password
but they are ignored when I run ./sctl --dryRun
{
"hosts":{
"cloud":{
"cloud-provider-1":{
"cloud.com":{
"port":4444,
"count":1,
"username": "user1",
"password": "12345"
}
}
}
...
Actual
<host name="cloud.com" port="4444" count="1"></host>
Desired
<host name="cloud.com" port="4444" count="1" username="user1" password="12345"></host>
@vania-pooh I am sure you'll beat me to this issue, but started some Go tutorials today to possibly contribute.