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

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

commit 8b8e1ad14697e6c1be20a6a404d1059fda09347f
Author: James Turton <[email protected]>
AuthorDate: Tue Mar 30 16:20:25 2021 +0200

    Fix broken links under securing-drill/
---
 .../securing-drill/020-secure-communication-paths.md                | 6 +++---
 .../configure-drill/securing-drill/070-configuring-user-security.md | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/_docs/configure-drill/securing-drill/020-secure-communication-paths.md 
b/_docs/configure-drill/securing-drill/020-secure-communication-paths.md
index f99038e..54c4646 100644
--- a/_docs/configure-drill/securing-drill/020-secure-communication-paths.md
+++ b/_docs/configure-drill/securing-drill/020-secure-communication-paths.md
@@ -35,10 +35,10 @@ Impersonation and authorization are available through the 
web clients only when
 
 | Security Capability | Description                                            
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
         | Re [...]
 
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---
 [...]
-| Authentication      | Users authenticate to a drillbit using a username and 
password form authenticator. By default, authentication is disabled.            
                                                                                
                                                                                
                                                                                
                                                                                
          | [C [...]
-| Encryption          | Drill usese SSL for HTTPS access to the Web UI.        
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
    | [Config [...]
+| Authentication      | Users authenticate to a drillbit using a username and 
password form authenticator. By default, authentication is disabled.            
                                                                                
                                                                                
                                                                                
                                                                                
          | [C [...]
+| Encryption          | Drill usese SSL for HTTPS access to the Web UI.        
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
    | [Config [...]
 | Impersonation       | Drill acts on behalf of the user on the session. This 
is usually the connection user (or the user that authenticates). This user can 
impersonate another user, which is allowed if the connection user is authorized 
to impersonate the target user based on the inbound impersonation policies 
(USER role).  By default, impersonation is disabled.                            
                                                                                
                | [C [...]
-| Authorization       | Queries execute on behalf of the web user. Users and 
administrators have different navigation bars. Various tabs are shown based on 
privileges. For example, only administrators can see the Storage tab and 
create/read/update/delete storage plugin configuration.                         
                                                                                
                                                                                
                   | [C [...]
+| Authorization       | Queries execute on behalf of the web user. Users and 
administrators have different navigation bars. Various tabs are shown based on 
privileges. For example, only administrators can see the Storage tab and 
create/read/update/delete storage plugin configuration.                         
                                                                                
                                                                                
                   | [C [...]
 
 ## Java and C++ Client to Drillbit
 
diff --git 
a/_docs/configure-drill/securing-drill/070-configuring-user-security.md 
b/_docs/configure-drill/securing-drill/070-configuring-user-security.md
index af7fb8d..bcce7e5 100644
--- a/_docs/configure-drill/securing-drill/070-configuring-user-security.md
+++ b/_docs/configure-drill/securing-drill/070-configuring-user-security.md
@@ -1,4 +1,4 @@
-c---
+---
 title: "Configuring User Security"
 slug: "Configuring User Security"
 parent: "Securing Drill"

Reply via email to