Hi Ram,
I am having an autthentication issue even if I don't have new line in the secret file. Am passing the file with the below content
user1 password1
as --credentials in mesos-master.
In the marathon am passing a file marathon_password which has the content password1 without the newline as you specified above. But I am getting the below error
I0304 06:12:54.169895 44 sched.cpp:284] Authenticating with master
mas...@14.1.1.1:5050I0304 06:12:54.170111 44 authenticatee.hpp:133] Creating new client SASL connection
W0304 06:12:59.175511 47 sched.cpp:379] Authentication timed out
I0304 06:12:59.175879 47 sched.cpp:339] Failed to authenticate with master
mas...@14.1.1.1:5050: Authentication discarded
I0304 06:12:59.176357 47 sched.cpp:284] Authenticating with master
mas...@14.1.1.1:5050I0304 06:12:59.177878 47 authenticatee.hpp:133] Creating new client SASL connection
W0304 06:13:04.183523 51 sched.cpp:379] Authentication timed out
I0304 06:13:04.184674 51 sched.cpp:339] Failed to authenticate with master
mas...@14.1.1.1:5050: Authentication discarded
I0304 06:13:04.184855 51 sched.cpp:284] Authenticating with master
mas...@14.1.1.1:5050Following is the error in mesos-master
I0303 17:17:29.586299 12 authenticator.hpp:166] Creating new server SASL connection
W0303 17:17:30.600091 16 master.cpp:3954] Failed to authenticate
scheduler-7bd6b0d8-f233...@172.17.0.7:9090: Failed to communicate with authenticatee
I0303 17:17:34.592434 9 master.cpp:3901] Authenticating
scheduler-7bd6b0d8-f233...@172.17.0.7:9090I0303 17:17:34.592509 9 master.cpp:3912] Using default CRAM-MD5 authenticator
Any ideas what could be wrong ??
Thanks,
./Siva.