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

2018-02-24 Thread Alexander Rojas
Hi Warrent, I am not sure exactly what do you want to do but the basic secure configuration of a mesos cluster would require three things (you can add secrets support and isolators): 1. Enabling TLS: This is control by envinronment variables and you can find the whole documentation here [1]. Note

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

2018-02-23 Thread Benjamin Mahler
+Alexander On Mon, Feb 19, 2018 at 11:00 AM Mclain, Warren wrote: > 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 > >

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 wo