Repository: mesos
Updated Branches:
  refs/heads/master e3ec91a10 -> b87fafc57


Documented that "/api/v1/scheduler" should be authenticated.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8854990e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8854990e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8854990e

Branch: refs/heads/master
Commit: 8854990eb5d9f93086c61ce851c46040e6ffe478
Parents: e3ec91a
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu May 12 19:19:32 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu May 12 19:20:26 2016 +0200

----------------------------------------------------------------------
 src/master/http.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8854990e/src/master/http.cpp
----------------------------------------------------------------------
diff --git a/src/master/http.cpp b/src/master/http.cpp
index a0d6767..56fb876 100644
--- a/src/master/http.cpp
+++ b/src/master/http.cpp
@@ -335,7 +335,7 @@ string Master::Http::SCHEDULER_HELP()
         "current master is not the leader.",
         "Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be",
         "found."),
-    AUTHENTICATION(false));
+    AUTHENTICATION(true));
 }
 
 

Reply via email to