You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2017/05/17 01:45:28 UTC

drill-site git commit: auth doc edits

Repository: drill-site
Updated Branches:
  refs/heads/asf-site 354d7a203 -> ecd7649bd


auth doc edits


Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/ecd7649b
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/ecd7649b
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/ecd7649b

Branch: refs/heads/asf-site
Commit: ecd7649bd2d247c77e94a558344683fffc4a4a69
Parents: 354d7a2
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue May 16 18:45:09 2017 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue May 16 18:45:09 2017 -0700

----------------------------------------------------------------------
 .../configuring-kerberos-authentication/index.html | 17 ++++++++---------
 docs/configuring-plain-authentication/index.html   | 13 +++++--------
 docs/configuring-user-authentication/index.html    |  7 ++++---
 feed.xml                                           |  4 ++--
 4 files changed, 19 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/ecd7649b/docs/configuring-kerberos-authentication/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-kerberos-authentication/index.html b/docs/configuring-kerberos-authentication/index.html
index 419b5db..8b195fe 100644
--- a/docs/configuring-kerberos-authentication/index.html
+++ b/docs/configuring-kerberos-authentication/index.html
@@ -1134,9 +1134,11 @@
 
 <div class="admonition note">
   <p class="first admonition-title">Note</p>
-  <p class="last">Proper setup, configuration, administration, and usage of a Kerberos environment is beyond the scope of this documentation.  See the [MIT Kerberos](http://web.mit.edu/kerberos/ "MIT Kerberos") documentation for information about Kerberos.  </p>
+  <p class="last">Proper setup, configuration, administration, and usage of a Kerberos environment is beyond the scope of this documentation.  </p>
 </div>  
 
+<p>See the <a href="http://web.mit.edu/kerberos/" title="MIT Kerberos">MIT Kerberos</a> documentation for information about Kerberos.  </p>
+
 <h2 id="prerequisites">Prerequisites</h2>
 
 <p>The required Kerberos (JDBC) plugin is part of the 1.10 Drill package. To use it, you must have a working Kerberos infrastructure, which Drill does not provide. You must be working in a Linux-based or Windows Active Directory (AD) Kerberos environment with secure clusters and have a Drill server configured for Kerberos. See <a href="/docs/configuring-kerberos-authentication/#enabling-authentication">Enabling Authentication</a>.</p>
@@ -1335,15 +1337,12 @@
 
 <p>If you do not provide a service principal in the connection string when using Kerberos authentication, then use the <code>service_name</code> or <code>service_host</code> parameters. Since these parameters are optional, their default values will be used internally (if not provided) to create a valid principal.</p>
 
-<p>Examples 2 through 4 show a valid connection string for Kerberos authentication if a client has previously generated a TGT.  Realm information will be extracted from the TGT if it is not provided. </p>
-
-<hr>
-
-<p><strong>Note</strong></p>
-
-<p>For end-to-end authentication to function, it is assumed that the proper principal for the drillbit service is configured in the KDC.</p>
+<p>Examples 2 through 4 show a valid connection string for Kerberos authentication if a client has previously generated a TGT.  Realm information will be extracted from the TGT if it is not provided.  </p>
 
-<hr>
+<div class="admonition note">
+  <p class="first admonition-title">Note</p>
+  <p class="last">For end-to-end authentication to function, it is assumed that the proper principal for the drillbit service is configured in the KDC.  </p>
+</div>
 
 <h5 id="example-2:-drillbit-provided-by-direct-connection-string-and-configured-with-a-unique-service-principal">Example 2: Drillbit Provided by Direct Connection String and Configured with a Unique Service Principal</h5>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/ecd7649b/docs/configuring-plain-authentication/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-plain-authentication/index.html b/docs/configuring-plain-authentication/index.html
index 00a7f4b..18bacde 100644
--- a/docs/configuring-plain-authentication/index.html
+++ b/docs/configuring-plain-authentication/index.html
@@ -1187,15 +1187,12 @@ Enter password for jdbc:drill:zk=localhost:2181: *************
 
 <h2 id="installing-and-configuring-plain-authentication">Installing and Configuring Plain Authentication</h2>
 
-<p>Install and configure the provided Drill PAM for Plain (or username and password) authentication. Drill only supports the PAM provided here. Optionally, you can build and implement a custom authenticator.</p>
+<p>Install and configure the provided Drill PAM for Plain (or username and password) authentication. Drill only supports the PAM provided here. Optionally, you can build and implement a custom authenticator.  </p>
 
-<hr>
-
-<p><strong>Note</strong></p>
-
-<p>Do not point to an existing directory where other Hadoop components are installed. Other file system libraries can conflict with the Drill libraries and cause system errors. </p>
-
-<hr>
+<div class="admonition note">
+  <p class="first admonition-title">Note</p>
+  <p class="last">Do not point to an existing directory where other Hadoop components are installed. Other file system libraries can conflict with the Drill libraries and cause system errors.  </p>
+</div>
 
 <p>Complete the following steps to install and configure PAM for Drill:</p>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/ecd7649b/docs/configuring-user-authentication/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-user-authentication/index.html b/docs/configuring-user-authentication/index.html
index 8accebc..b48de42 100644
--- a/docs/configuring-user-authentication/index.html
+++ b/docs/configuring-user-authentication/index.html
@@ -1140,9 +1140,10 @@
 
 <div class="admonition note">
   <p class="first admonition-title">Note</p>
-  <p class="last">Enabling both [user impersonation](/docs/configuring-user-impersonation/) and authentication is recommended to restrict access to data and improve security. When user impersonation is enabled, Drill executes the client requests as 
-the authenticated user. Otherwise, Drill executes client requests as the user that started the drillbit process.  </p>
-</div>
+  <p class="last">Enabling both user impersonation and authentication is recommended to restrict access to data and improve security. When user impersonation is enabled, Drill executes the client requests as the authenticated user. Otherwise, Drill executes client requests as the user that started the drillbit process.  </p>
+</div>  
+
+<p>For more information, see <a href="/docs/configuring-user-impersonation/">Configuring User Impersonation</a>. </p>
 
     
       

http://git-wip-us.apache.org/repos/asf/drill-site/blob/ecd7649b/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index d0bbe22..fd1d35e 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>Tue, 16 May 2017 18:17:56 -0700</pubDate>
-    <lastBuildDate>Tue, 16 May 2017 18:17:56 -0700</lastBuildDate>
+    <pubDate>Tue, 16 May 2017 18:42:00 -0700</pubDate>
+    <lastBuildDate>Tue, 16 May 2017 18:42:00 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>