You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/12/10 11:10:08 UTC

[drill-site] branch master updated: Fix typos.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4930e1f  Fix typos.
4930e1f is described below

commit 4930e1f5810c5c22b4162a826d562bb0a41c10af
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Fri Dec 10 13:09:56 2021 +0200

    Fix typos.
---
 .../securing-drill/085-configuring-vault-authentication.md        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/_docs/en/configure-drill/securing-drill/085-configuring-vault-authentication.md b/_docs/en/configure-drill/securing-drill/085-configuring-vault-authentication.md
index 3f568a1..66eb11b 100644
--- a/_docs/en/configure-drill/securing-drill/085-configuring-vault-authentication.md
+++ b/_docs/en/configure-drill/securing-drill/085-configuring-vault-authentication.md
@@ -10,12 +10,12 @@ parent: "Securing Drill"
 
 | Method              | Description                                                                                                                                                                                                                                                                                         |
 | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| AppRole             | 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.                                                                                                                                      |
+| AppRole             | 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.                                                                                                                                      |
 | LDAP                | Vault hands off authentication to an LDAP server.                                                                                                                                                                                                                                                   |
-| Username & Password | Built-in Vault method intended to authenticate users.                                                                                                                                                                                                                                               |
-| Token               | 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) |
+| Username & Password | A built-in Vault method intended to authenticate users.                                                                                                                                                                                                                                               |
+| Token               | 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) |
 
-To enable Drill's Vault authneticator, add the following configuration based on the example below to the `drill.exec` block in the `<DRILL_HOME>/conf/drill-override.conf` file and restart every Drillbit.
+To enable Drill's Vault authenticator, add the following configuration based on the example below to the `drill.exec` block in the `<DRILL_HOME>/conf/drill-override.conf` file and restart every Drillbit.
 
 ```hocon
 drill.exec: {