Hi Michal, A simple workaround will be to use a reverse proxy (Nginx or Apache) in front of mesos master URL and enable corresponding htpasswd based authentication module.
On Thu, Mar 24, 2016 at 8:00 PM, Michał Łowicki <[email protected]> wrote: > > > On Thu, Mar 24, 2016 at 8:41 PM, Greg Mann <[email protected]> wrote: > >> Mi Michal, >> We have recently enabled authentication on many master/agent endpoints, >> but authentication doesn't yet work on the webui. Once all the relevant >> endpoints have authentication enabled, we still need to add a login >> mechanism to the webui. You can find a ticket for the webui improvement >> here: https://issues.apache.org/jira/browse/MESOS-5027 >> > > Thanks. Looking forward to it. It isn't something critical but eventually > we would like to have a built-in way to enable authentication to restrict > access at our company. > > >> >> Cheers, >> Greg >> >> On Thu, Mar 24, 2016 at 11:21 AM, haosdent <[email protected]> wrote: >> >>> Yes, I saw @Greg and @Joerg add the auth to http endpoints recently. The >>> related tickets is https://issues.apache.org/jira/browse/MESOS-4844 and >>> https://issues.apache.org/jira/browse/MESOS-4847 >>> >>> On Fri, Mar 25, 2016 at 2:08 AM, Michał Łowicki <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> Is there any built-in support for it in Mesos UI (port 5050 by >>>> default)? There is --authenticate_http but it seems to apply to HTTP >>>> API? Found MESOS-1923 >>>> <https://issues.apache.org/jira/browse/MESOS-1923> but ticket is very >>>> old. >>>> >>>> -- >>>> BR, >>>> Michał Łowicki >>>> >>> >>> >>> >>> -- >>> Best Regards, >>> Haosdent Huang >>> >> >> > > > -- > BR, > Michał Łowicki > -- Regards, Pradeep Chhetri

