> On March 9, 2016, 8:02 p.m., Alexander Rojas wrote:
> > I just did a grep and I found this:
> >
> > ```sh
> > $ ag --cpp --ignore="build/.*" '\"mesos\"' .
> > # ...
> > src/authentication/http/basic_authenticator_factory.cpp
> > 66: Authenticator* authenticator = new BasicAuthenticator("mesos",
> > credentials);
> >
> > src/master/constants.hpp
> > 136:// Name of the default, "mesos" HTTP authentication realm.
> > # ...
> > ```
> >
> > at least those two need to be changed.
Hmm, if the first one is used by both master and agent, then we might need to
pass the realm as a parameter to the factory's create method.
Good call with the grep, Alexander.
- Adam
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44523/#review122874
-----------------------------------------------------------
On March 9, 2016, 12:42 p.m., Greg Mann wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/44523/
> -----------------------------------------------------------
>
> (Updated March 9, 2016, 12:42 p.m.)
>
>
> Review request for mesos, Adam B, Alexander Rojas, and Till Toenshoff.
>
>
> Bugs: MESOS-4849
> https://issues.apache.org/jira/browse/MESOS-4849
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Changed the master's default HTTP authentication realm.
>
>
> Diffs
> -----
>
> src/master/constants.cpp e316f9772d880b694faeee6d001dc56bc088c118
>
> Diff: https://reviews.apache.org/r/44523/diff/
>
>
> Testing
> -------
>
> `make check`
>
>
> Thanks,
>
> Greg Mann
>
>