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

git-site-role 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 e79e261  Automatic Site Publish by Buildbot
e79e261 is described below

commit e79e261ecfba475a3a68312ffffb7e0b0f0a9dd2
Author: buildbot <[email protected]>
AuthorDate: Wed Dec 22 13:13:23 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/roles-and-privileges/index.html    | 17 +++++++++++++++++
 output/feed.xml                                |  4 ++--
 output/zh/docs/roles-and-privileges/index.html | 17 +++++++++++++++++
 output/zh/feed.xml                             |  4 ++--
 4 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/output/docs/roles-and-privileges/index.html 
b/output/docs/roles-and-privileges/index.html
index 2469d3a..f559cdd 100644
--- a/output/docs/roles-and-privileges/index.html
+++ b/output/docs/roles-and-privileges/index.html
@@ -1462,6 +1462,23 @@
   <li>Cancel running queries that were launched by any user in the 
cluster.</li>
 </ul>
 
+<h3 id="initial-admin-identity">Initial Admin Identity</h3>
+
+<p>To configure an initial Admin User and Group add an <code 
class="language-plaintext highlighter-rouge">security.admin</code> 
configuration entry like below into your <code class="language-plaintext 
highlighter-rouge">drill-override.conf</code> .</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>drill.exec: {
+    ...
+},
+security.admin: {
+    users: "drill",
+    user_groups: "hadoop"
+}
+</code></pre></div></div>
+
+<p>Set the value of this options to a comma-separated list of user or group 
names who you want to give administrator privileges, such as changing system 
options.</p>
+
+<p>The groups in <code class="language-plaintext 
highlighter-rouge">security.admin.user_groups</code> refer to groups in the 
configured Hadoop group mapping service which defaults to looking up local 
operating system groups. See <a 
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/GroupsMapping.html";>Hadoop
 Groups Mapping</a> for more information.</p>
+
 <p>See <a 
href="/docs/configuring-web-console-and-rest-api-security/">Configuring Web UI 
and REST API Security</a> for more information.</p>
 
 
diff --git a/output/feed.xml b/output/feed.xml
index 37abe0b..56c9e37 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sat, 18 Dec 2021 05:14:38 +0000</pubDate>
-    <lastBuildDate>Sat, 18 Dec 2021 05:14:38 +0000</lastBuildDate>
+    <pubDate>Wed, 22 Dec 2021 13:11:00 +0000</pubDate>
+    <lastBuildDate>Wed, 22 Dec 2021 13:11:00 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/roles-and-privileges/index.html 
b/output/zh/docs/roles-and-privileges/index.html
index 3789fc6..d5f6aab 100644
--- a/output/zh/docs/roles-and-privileges/index.html
+++ b/output/zh/docs/roles-and-privileges/index.html
@@ -1462,6 +1462,23 @@
   <li>Cancel running queries that were launched by any user in the 
cluster.</li>
 </ul>
 
+<h3 id="initial-admin-identity">Initial Admin Identity</h3>
+
+<p>To configure an initial Admin User and Group add an <code 
class="language-plaintext highlighter-rouge">security.admin</code> 
configuration entry like below into your <code class="language-plaintext 
highlighter-rouge">drill-override.conf</code> .</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>drill.exec: {
+    ...
+},
+security.admin: {
+    users: "drill",
+    user_groups: "hadoop"
+}
+</code></pre></div></div>
+
+<p>Set the value of this options to a comma-separated list of user or group 
names who you want to give administrator privileges, such as changing system 
options.</p>
+
+<p>The groups in <code class="language-plaintext 
highlighter-rouge">security.admin.user_groups</code> refer to groups in the 
configured Hadoop group mapping service which defaults to looking up local 
operating system groups. See <a 
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/GroupsMapping.html";>Hadoop
 Groups Mapping</a> for more information.</p>
+
 <p>See <a 
href="/zh/docs/configuring-web-console-and-rest-api-security/">Configuring Web 
UI and REST API Security</a> for more information.</p>
 
 
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index a0ad24a..3462024 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sat, 18 Dec 2021 05:14:38 +0000</pubDate>
-    <lastBuildDate>Sat, 18 Dec 2021 05:14:38 +0000</lastBuildDate>
+    <pubDate>Wed, 22 Dec 2021 13:11:00 +0000</pubDate>
+    <lastBuildDate>Wed, 22 Dec 2021 13:11:00 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to