> On April 10, 2015, 10:15 a.m., Alexander Rojas wrote: > > I was just wondering, if the authentication can be done without a shared > > secret, why is it needed after all?
While the default (CRAM MD5) authentication mechanism does rely on the plain secret on both ends, other authentication mechanisms (/modules) do not. - Till ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33058/#review79663 ----------------------------------------------------------- On April 10, 2015, 7:25 a.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/33058/ > ----------------------------------------------------------- > > (Updated April 10, 2015, 7:25 a.m.) > > > Review request for mesos, Adam B and Alexander Rojas. > > > Bugs: MESOS-2608 > https://issues.apache.org/jira/browse/MESOS-2608 > > > Repository: mesos-incubating > > > Description > ------- > > see summary. > > > Diffs > ----- > > src/examples/java/TestFramework.java 9e95369 > src/examples/python/test_framework.py a179df5 > src/examples/test_framework.cpp 9f4b53e > > Diff: https://reviews.apache.org/r/33058/diff/ > > > Testing > ------- > > make check + functional testing using custom authentication modules not > relying on a shared secrets. > > > Thanks, > > Till Toenshoff > >
