What parameters are you setting on each of the masters and framework? You'll need --credentials on the master and --mesos_authentication_principal and --mesos_authentication_secret_file on the (Marathon) framework node, and of course you'll need the credentials file on the master and a matching secret file on the framework node.
What exactly is the error message you see? On Thu, Mar 5, 2015 at 10:14 PM, Sivaram Kannan <[email protected]> wrote: > > Hi, > > I have a 3 node mesos-master cluster. Say if node-1 is elected as > mesos-master and if I run a framework(Marathon) in the same node, > authentication succeeds. But if I run the framework from the node-2, > authentication for the framework fails. The machines are all similarly > configured in terms of hardware, same OS - everything is same except for > the ip between hosts. > > Any idea why is this?? > > Thanks, > ./Siva. > >

