You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/12/02 18:30:24 UTC

incubator-geode git commit: GEODE-2146 document new privileges req'd for deploy

Repository: incubator-geode
Updated Branches:
  refs/heads/develop a46cc976e -> f920f55ac


GEODE-2146 document new privileges req'd for deploy


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

Branch: refs/heads/develop
Commit: f920f55ac2c74a591fa0636fbcc613a42be1b013
Parents: a46cc97
Author: Karen Miller <km...@pivotal.io>
Authored: Fri Dec 2 09:33:44 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Fri Dec 2 10:30:18 2016 -0800

----------------------------------------------------------------------
 .../managing/security/implementing_authorization.html.md.erb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f920f55a/geode-docs/managing/security/implementing_authorization.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/managing/security/implementing_authorization.html.md.erb b/geode-docs/managing/security/implementing_authorization.html.md.erb
index ec47133..cd7f829 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -119,7 +119,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | create index                           | DATA:MANAGE:RegionName           |
 | create region                          | DATA:MANAGE                      |
 | define index                           | DATA:MANAGE:RegionName           |
-| deploy                                 | DATA:MANAGE                      |
+| deploy                                 | DATA:MANAGE, DATA:WRITE, CLUSTER:MANAGE, and CLUSTER:WRITE |
 | describe client                        | CLUSTER:READ                     |
 | describe config                        | CLUSTER:READ                     |
 | describe disk-store                    | CLUSTER:READ                     |