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 f017aa4 Automatic Site Publish by Buildbot
f017aa4 is described below
commit f017aa498e2a731e004df4b64a32d86833b1da19
Author: buildbot <[email protected]>
AuthorDate: Fri Dec 10 11:13:15 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/configuring-hashicorp-vault-authentication/index.html | 8 ++++----
output/feed.xml | 4 ++--
.../zh/docs/configuring-hashicorp-vault-authentication/index.html | 8 ++++----
output/zh/feed.xml | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/output/docs/configuring-hashicorp-vault-authentication/index.html
b/output/docs/configuring-hashicorp-vault-authentication/index.html
index 9e93383..f3dabaa 100644
--- a/output/docs/configuring-hashicorp-vault-authentication/index.html
+++ b/output/docs/configuring-hashicorp-vault-authentication/index.html
@@ -1453,7 +1453,7 @@
<tbody>
<tr>
<td>AppRole</td>
- <td>Built-in Vault method intended to authenticate apps or machines.
Drill will use the provided username for the role id and the provided password
for secret id.</td>
+ <td>A built-in Vault method intended to authenticate apps or machines.
Drill will use the provided username for the role id and the provided password
for secret id.</td>
</tr>
<tr>
<td>LDAP</td>
@@ -1461,16 +1461,16 @@
</tr>
<tr>
<td>Username & Password</td>
- <td>Built-in Vault method intended to authenticate users.</td>
+ <td>A built-in Vault method intended to authenticate users.</td>
</tr>
<tr>
<td>Token</td>
- <td>Built-in Vault method to validate a token created by an earlier
Vault authentication. Drill user the provided password as the Vault token. This
is the only method for which Drill does not require its own Vault token to
carry out authentication (see the security.user.auth.vault.token option)</td>
+ <td>A built-in Vault method to validate a token created by an earlier
Vault authentication. Drill uses the provided password as the Vault token. This
is the only method for which Drill does not require its own Vault token to
carry out authentication (see the security.user.auth.vault.token option)</td>
</tr>
</tbody>
</table>
-<p>To enable Drill’s Vault authneticator, add the following configuration
based on the example below to the <code class="language-plaintext
highlighter-rouge">drill.exec</code> block in the <code
class="language-plaintext
highlighter-rouge"><DRILL_HOME>/conf/drill-override.conf</code> file and
restart every Drillbit.</p>
+<p>To enable Drill’s Vault authenticator, add the following configuration
based on the example below to the <code class="language-plaintext
highlighter-rouge">drill.exec</code> block in the <code
class="language-plaintext
highlighter-rouge"><DRILL_HOME>/conf/drill-override.conf</code> file and
restart every Drillbit.</p>
<div class="language-hocon highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nl">drill.exec</span><span
class="p">:</span><span class="w"> </span><span class="p">{</span><span
class="w">
</span><span class="nl">cluster-id</span><span class="p">:</span><span
class="w"> </span><span class="s2">"drillbits1"</span><span
class="p">,</span><span class="w">
diff --git a/output/feed.xml b/output/feed.xml
index cf6e258..15b7599 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>Fri, 10 Dec 2021 11:01:11 +0000</pubDate>
- <lastBuildDate>Fri, 10 Dec 2021 11:01:11 +0000</lastBuildDate>
+ <pubDate>Fri, 10 Dec 2021 11:10:33 +0000</pubDate>
+ <lastBuildDate>Fri, 10 Dec 2021 11:10:33 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git
a/output/zh/docs/configuring-hashicorp-vault-authentication/index.html
b/output/zh/docs/configuring-hashicorp-vault-authentication/index.html
index 7de021a..9f9a7a3 100644
--- a/output/zh/docs/configuring-hashicorp-vault-authentication/index.html
+++ b/output/zh/docs/configuring-hashicorp-vault-authentication/index.html
@@ -1453,7 +1453,7 @@
<tbody>
<tr>
<td>AppRole</td>
- <td>Built-in Vault method intended to authenticate apps or machines.
Drill will use the provided username for the role id and the provided password
for secret id.</td>
+ <td>A built-in Vault method intended to authenticate apps or machines.
Drill will use the provided username for the role id and the provided password
for secret id.</td>
</tr>
<tr>
<td>LDAP</td>
@@ -1461,16 +1461,16 @@
</tr>
<tr>
<td>Username & Password</td>
- <td>Built-in Vault method intended to authenticate users.</td>
+ <td>A built-in Vault method intended to authenticate users.</td>
</tr>
<tr>
<td>Token</td>
- <td>Built-in Vault method to validate a token created by an earlier
Vault authentication. Drill user the provided password as the Vault token. This
is the only method for which Drill does not require its own Vault token to
carry out authentication (see the security.user.auth.vault.token option)</td>
+ <td>A built-in Vault method to validate a token created by an earlier
Vault authentication. Drill uses the provided password as the Vault token. This
is the only method for which Drill does not require its own Vault token to
carry out authentication (see the security.user.auth.vault.token option)</td>
</tr>
</tbody>
</table>
-<p>To enable Drill’s Vault authneticator, add the following configuration
based on the example below to the <code class="language-plaintext
highlighter-rouge">drill.exec</code> block in the <code
class="language-plaintext
highlighter-rouge"><DRILL_HOME>/conf/drill-override.conf</code> file and
restart every Drillbit.</p>
+<p>To enable Drill’s Vault authenticator, add the following configuration
based on the example below to the <code class="language-plaintext
highlighter-rouge">drill.exec</code> block in the <code
class="language-plaintext
highlighter-rouge"><DRILL_HOME>/conf/drill-override.conf</code> file and
restart every Drillbit.</p>
<div class="language-hocon highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nl">drill.exec</span><span
class="p">:</span><span class="w"> </span><span class="p">{</span><span
class="w">
</span><span class="nl">cluster-id</span><span class="p">:</span><span
class="w"> </span><span class="s2">"drillbits1"</span><span
class="p">,</span><span class="w">
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index c10f542..30e4c57 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>Fri, 10 Dec 2021 11:01:11 +0000</pubDate>
- <lastBuildDate>Fri, 10 Dec 2021 11:01:11 +0000</lastBuildDate>
+ <pubDate>Fri, 10 Dec 2021 11:10:33 +0000</pubDate>
+ <lastBuildDate>Fri, 10 Dec 2021 11:10:33 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>