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

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 36ebe3f  edit
36ebe3f is described below

commit 36ebe3f144c032436b34935b90112e72c027bff4
Author: Bridget Bevens <[email protected]>
AuthorDate: Sun Dec 30 00:31:23 2018 -0800

    edit
---
 docs/configuring-custom-acls-to-secure-znodes/index.html | 6 +++---
 feed.xml                                                 | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/configuring-custom-acls-to-secure-znodes/index.html 
b/docs/configuring-custom-acls-to-secure-znodes/index.html
index e6be9eb..5ed5157 100644
--- a/docs/configuring-custom-acls-to-secure-znodes/index.html
+++ b/docs/configuring-custom-acls-to-secure-znodes/index.html
@@ -1297,15 +1297,15 @@
 
     </div>
 
-     Dec 28, 2018
+     Dec 30, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p>Drill uses the Curator Framework to interact with ZooKeeper to 
discover services in a cluster. In addition to discovering services, Drill uses 
ZooKeeper to store certain cluster-level configuration and query profile 
information in znodes. A znode is an internal data tree in ZooKeeper that 
stores coordination- and execution-related information. If information in the 
znodes is not properly secured, cluster privacy and/or security is compromised. 
  </p>
+        <p>Drill uses the Curator Framework to interact with ZooKeeper to 
discover services in a cluster. In addition to discovering services, Drill uses 
ZooKeeper to store certain cluster-level configuration and query profile 
information in znodes. A znode is an internal data tree in ZooKeeper that 
stores coordination and execution related information. If information in the 
znodes is not properly secured, cluster privacy and/or security is compromised. 
  </p>
 
-<p>Drill allows users to create a custom ACL (access control list) on the 
znodes to secure data. ACLs specify sets of ids and permissions that are 
associated with the ids. ZooKeeper uses ACLs to control access to znodes and 
secure the information they store.   </p>
+<p>Drill allows users to create a custom ACL (Access Control List) on the 
znodes to secure data. ACLs specify sets of ids and permissions that are 
associated with the ids. ZooKeeper uses ACLs to control access to znodes and 
secure the information they store.   </p>
 
 <p>Prior to Drill 1.15, ZooKeeper ACLs in secure and unsecure clusters were 
set to [world:all], meaning that all users had create, delete, read, write, and 
administrator access to the zknodes. Starting in Drill 1.15, ACLs in unsecure 
clusters are set to [world:all]. ACLs in secure clusters are set to [authid: 
all], which provides only the authenticated user that created the znode with 
full access. Discovery znodes (znodes with the list of Drillbits) have an 
additional ACL set to [world:r [...]
 
diff --git a/feed.xml b/feed.xml
index 59766ad..986caf6 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sun, 30 Dec 2018 00:13:01 -0800</pubDate>
-    <lastBuildDate>Sun, 30 Dec 2018 00:13:01 -0800</lastBuildDate>
+    <pubDate>Sun, 30 Dec 2018 00:29:20 -0800</pubDate>
+    <lastBuildDate>Sun, 30 Dec 2018 00:29:20 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to