diff --git a/geode-docs/managing/security/implementing_authorization.html.md.erb b/geode-docs/managing/security/implementing_authorization.html.md.erb index 18822e122e0e..33356a8f953c 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 |