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 2017/10/04 21:51:10 UTC

[geode] branch develop updated: GEODE-3703 Document JAR resource becomes DEPLOY (#860)

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new fe2e408  GEODE-3703 Document JAR resource becomes DEPLOY (#860)
fe2e408 is described below

commit fe2e408723c48a7f094a84bc8a2a9cf3e3896f95
Author: Karen Miller <ka...@users.noreply.github.com>
AuthorDate: Wed Oct 4 14:51:08 2017 -0700

    GEODE-3703 Document JAR resource becomes DEPLOY (#860)
---
 .../managing/security/implementing_authorization.html.md.erb   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/geode-docs/managing/security/implementing_authorization.html.md.erb b/geode-docs/managing/security/implementing_authorization.html.md.erb
index f125c1e..eb7966a 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -71,7 +71,7 @@ Specify the target with a string value of:
 - `GATEWAY` to target operations that manage gateway senders and receivers
 - `QUERY` to target operations that manage both indexes and continuous
  queries
-- `JAR` to target operations that deploy code to servers
+- `DEPLOY` to target operations that deploy code to servers
 - `LUCENE` to target Lucene index operations
 
 This table classifies the permissions assigned for operations common to
@@ -121,7 +121,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | close durable-cq                       | CLUSTER:MANAGE:QUERY             |
 | compact disk-store                     | CLUSTER:MANAGE:DISK              |
 | configure pdx                          | CLUSTER:MANAGE                   |
-| create async-event-queue               | CLUSTER:MANAGE:JAR, plus CLUSTER:WRITE:DISK if the associated region is persistent |
+| create async-event-queue               | CLUSTER:MANAGE:DEPLOY, plus CLUSTER:WRITE:DISK if the associated region is persistent |
 | create defined indexes                 | CLUSTER:MANAGE:QUERY            |
 | create disk-store                      | CLUSTER:MANAGE:DISK             |
 | create gateway-receiver                | CLUSTER:MANAGE:GATEWAY          |
@@ -130,7 +130,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | create lucene index                    | CLUSTER:MANAGE:LUCENE            |
 | create region                          | DATA:MANAGE, plus CLUSTER:WRITE:DISK if the associated region is persistent |
 | define index                           | CLUSTER:MANAGE:QUERY             |
-| deploy                                 | CLUSTER:MANAGE:JAR               |
+| deploy                                 | CLUSTER:MANAGE:DEPLOY            |
 | describe client                        | CLUSTER:READ                     |
 | describe config                        | CLUSTER:READ                     |
 | describe disk-store                    | CLUSTER:READ                     |
@@ -139,7 +139,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | describe offline-disk-store            | CLUSTER:READ                     |
 | describe region                        | CLUSTER:READ                     |
 | destroy disk-store                     | CLUSTER:MANAGE:DISK              |
-| destroy function                       | CLUSTER:MANAGE:JAR               |
+| destroy function                       | CLUSTER:MANAGE:DEPLOY            |
 | destroy index                          | CLUSTER:MANAGE:QUERY             |
 | destroy lucene index                   | CLUSTER:MANAGE:LUCENE            |
 | destroy region                         | DATA:MANAGE                      |
@@ -194,7 +194,7 @@ This table classifies the permissions assigned for `gfsh` operations.
 | stop gateway-receiver                  | CLUSTER:MANAGE:GATEWAY           |
 | stop locator                           | CLUSTER:MANAGE                   |
 | stop server                            | CLUSTER:MANAGE                   |
-| undeploy                               | CLUSTER:MANAGE:JAR               |
+| undeploy                               | CLUSTER:MANAGE:DEPLOY            |
 
 The `gfsh connect` does not have a permission,
 as it is the operation that invokes authentication. 

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].