diff --git a/maxctrl/lib/common.js b/maxctrl/lib/common.js index 60a4b88d1..af0cda1b8 100644 --- a/maxctrl/lib/common.js +++ b/maxctrl/lib/common.js @@ -494,6 +494,7 @@ function pingCluster(hosts) { hosts.forEach(function(i) { args = {} args.uri = getUri(i, this.argv.secure, '') + args.auth = {user: argv.u, pass: argv.p} args.json = true setTlsCerts(args) promises.push(request(args))