Repository: geode Updated Branches: refs/heads/develop ecbf55769 -> 0cb9e7a02
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/develop Commit: 0cb9e7a0227eabd90234e18e91a906e0e519e624 Parents: ecbf557 Author: Dave Barnes <[email protected]> Authored: Mon May 1 16:49:21 2017 -0700 Committer: Dave Barnes <[email protected]> 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 |
