RE: Get leading master from zookeeper

2018-03-06 Thread Mclain, Warren
Does this help cat #!/bin/bash echo "Checking " ssh 'echo stat | nc localhost 2181 | grep Mode' echo "Checking " ssh 'echo stat | nc localhost 2181 | grep Mode' echo "Checking " ssh 'echo stat | nc localhost 2181 | grep Mode' typically this is run from the bootstrap that has ssh keys

is there any docs to show how to secure http(s) for masters

2018-02-19 Thread Mclain, Warren
I am not finding any documentation that tells you how to actually implement the following on the mesos masters and agents. authenticate=true authenticate_http_readonly=true authenticate_http_readwrite=true there is a ton of "official" mesos docs but nothing tells you how to actually make it

Beta 1.10

2017-08-11 Thread Mclain, Warren
We (Optum) are interested in the Beta1.10 dcos. The one item that we are looking at is whether the OpenId support is in the beta. Looking at the notes, I did not see any mention of OpenId so that is why I am asking if it is in there. Thanks ___ Warren McLain

OpenID authenication

2017-08-04 Thread Mclain, Warren
We have been trying to get OpenId working on the open source version of DCOS with no luck. I would like to know if this is only available with the Enterprise version. If not, is there some docs that describe the process in great detail since what is available on the web leave a lot to be