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/10 07:57:49 UTC

mesos git commit: Added text for authorization in endpoint docs for '/files/debug'.

Repository: mesos
Updated Branches:
  refs/heads/master 1b87cd5dc -> 49db3424b


Added text for authorization in endpoint docs for '/files/debug'.

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


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

Branch: refs/heads/master
Commit: 49db3424bb6ad906596449668735dafbe744626f
Parents: 1b87cd5
Author: Abhishek Dasgupta <a1...@linux.vnet.ibm.com>
Authored: Sun Jul 10 00:56:42 2016 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Sun Jul 10 00:56:42 2016 -0700

----------------------------------------------------------------------
 docs/endpoints/files/debug.json.md | 6 +++++-
 docs/endpoints/files/debug.md      | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/49db3424/docs/endpoints/files/debug.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/debug.json.md b/docs/endpoints/files/debug.json.md
index a4dc0de..2806a58 100644
--- a/docs/endpoints/files/debug.json.md
+++ b/docs/endpoints/files/debug.json.md
@@ -17,4 +17,8 @@ JSON object.
 
 ### AUTHENTICATION ###
 This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file
+enabled.
+
+### AUTHORIZATION ###
+The request principal should be authorized to query this endpoint.
+See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/49db3424/docs/endpoints/files/debug.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/debug.md b/docs/endpoints/files/debug.md
index 9361ffe..3338066 100644
--- a/docs/endpoints/files/debug.md
+++ b/docs/endpoints/files/debug.md
@@ -17,4 +17,8 @@ JSON object.
 
 ### AUTHENTICATION ###
 This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file
+enabled.
+
+### AUTHORIZATION ###
+The request principal should be authorized to query this endpoint.
+See the authorization documentation for details.
\ No newline at end of file