You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2016/07/22 09:12:06 UTC

[6/6] mesos git commit: Updated CHANGELOG for new HTTP authentication flags.

Updated CHANGELOG for new HTTP authentication flags.

Review: https://reviews.apache.org/r/50332/


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

Branch: refs/heads/master
Commit: e8ebbe5fe4189ef7ab046da2276a6abee41deeb2
Parents: 70af2b0
Author: Greg Mann <gr...@mesosphere.io>
Authored: Fri Jul 22 01:53:23 2016 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Fri Jul 22 01:57:05 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e8ebbe5f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d55e7e8..6aeec05 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -188,6 +188,13 @@ Additional API Changes:
   * [MESOS-5642] - Namespace and header file of `Allocator` has been moved to
     be consistent with other packages.
 
+  * [MESOS-5851] - The flag `--authenticate_http` has been deprecated in favor
+    of `--authenticate_http_readwrite`. This new flag enables authentication for
+    all HTTP endpoints which support authentication and allow modification of
+    the state of the cluster. A new flag has also been added,
+    `--authenticate_http_readonly`, which enables authentication for those
+    authenticatable endpoints that cannot be used to modify the cluster state.
+
 3rd Party Upgrades:
   * [MESOS-4805] - Upgraded vendored ry-http-parser-1c3624a to nodejs/http-parser 2.6.1.
   * [MESOS-4678] - Upgraded vendored protobuf 2.5.0 to 2.6.1.