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 489919f GEODE-4965 Add gfsh/jndi-binding permission levels to docs
(#2141)
489919f is described below
commit 489919f1ee7f9bd61949242cb6a6318d86a9d17b
Author: Karen Miller <[email protected]>
AuthorDate: Mon Jul 16 09:32:38 2018 -0700
GEODE-4965 Add gfsh/jndi-binding permission levels to docs (#2141)
---
geode-docs/managing/security/implementing_authorization.html.md.erb | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/geode-docs/managing/security/implementing_authorization.html.md.erb
b/geode-docs/managing/security/implementing_authorization.html.md.erb
index 18822e1..33356a8 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -127,6 +127,7 @@ This table classifies the permissions assigned for `gfsh`
operations.
| create gateway-receiver | CLUSTER:MANAGE:GATEWAY |
| create gateway-sender | CLUSTER:MANAGE:GATEWAY |
| create index | CLUSTER:MANAGE:QUERY |
+| create jndi-binding | CLUSTER:MANAGE |
| 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 |
@@ -134,6 +135,7 @@ This table classifies the permissions assigned for `gfsh`
operations.
| describe client | CLUSTER:READ |
| describe config | CLUSTER:READ |
| describe disk-store | CLUSTER:READ |
+| describe jndi-binding | CLUSTER:READ |
| describe lucene index | CLUSTER:READ:LUCENE |
| describe member | CLUSTER:READ |
| describe offline-disk-store | CLUSTER:READ |
@@ -141,6 +143,7 @@ This table classifies the permissions assigned for `gfsh`
operations.
| destroy disk-store | CLUSTER:MANAGE:DISK |
| destroy function | CLUSTER:MANAGE:DEPLOY |
| destroy index | CLUSTER:MANAGE:QUERY |
+| destroy jndi-binding | CLUSTER:MANAGE |
| destroy lucene index | CLUSTER:MANAGE:LUCENE |
| destroy region | DATA:MANAGE |
| execute function | Defaults to DATA:WRITE. Override
`Function.getRequiredPermissions` to change the permission. |
@@ -162,6 +165,7 @@ This table classifies the permissions assigned for `gfsh`
operations.
| list functions | CLUSTER:READ |
| list gateways | CLUSTER:READ |
| list indexes | CLUSTER:READ:QUERY |
+| list jndi-binding | CLUSTER:READ |
| list lucene indexes | CLUSTER:READ:LUCENE |
| list members | CLUSTER:READ |
| list regions | CLUSTER:READ |