You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2017/05/03 20:53:19 UTC

[05/10] geode git commit: GEODE-2830 Required permission for executing a function should be DATA:WRITE This closes #485

GEODE-2830 Required permission for executing a function should be DATA:WRITE
This closes #485


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

Branch: refs/heads/feature/GEM-1353
Commit: 0cb9e7a0227eabd90234e18e91a906e0e519e624
Parents: ecbf557
Author: Dave Barnes <db...@pivotal.io>
Authored: Mon May 1 16:49:21 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Tue May 2 17:05:44 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/geode/blob/0cb9e7a0/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 a01feda..f897e4c 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -133,7 +133,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | disconnect                             | DATA:MANAGE                      |
 | echo                                   | DATA:MANAGE                      |
 | encrypt password                       | DATA:MANAGE                      |
-| execute function                       | DATA:MANAGE                      |
+| execute function                       | DATA:WRITE                       |
 | export cluster-configuration           | CLUSTER:READ                     |
 | export config                          | CLUSTER:READ                     |
 | export data                            | CLUSTER:READ                     |