pavankumar
pavankumar

Reputation: 41

How to fix below marathon authentication error

I have set 3 node mesos cluster using : How To Configure a Production-Ready Mesosphere Cluster on Ubuntu 14.04 (edited)

Next step is to Authenticate Marathon. For that I am using : Framework Authentication

Just wanted to know am I using the correct URL or do I need to configure anything before using that url? (edited)

--acls=file:///tmp/mesos/config/acls
--credentials=file:///tmp/mesos/config/credentials . I have added those lines mesos.service(/etc/systemd/system/multiuser.targets/mesos-master.service) & to started mesos-master service(systemctl start mesos-master)
added  --mesos_authentication
--mesos_authentication_principal marathon
--mesos_authentication_secret_file /tmp/mesos/config/marathon.secret
--mesos_role marathon     lines in  marathon.service(/etc/systemd/system/multiuser.targets/marathon.service) & to started marathon service(systemctl start marathon)

But Marathon is not getting authenticated. Did i miss any step/configuration

Upvotes: 0

Views: 87

Answers (0)

Related Questions