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
commit 44a4119fd92baead8f9e96cb82288c869007eb2a Author: James Turton <[email protected]> AuthorDate: Wed Mar 2 15:30:36 2022 +0200 Add Phoenix to plugins that support impersonation. --- .../securing-drill/040-configuring-user-impersonation.md | 4 ++-- download.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_docs/en/configure-drill/securing-drill/040-configuring-user-impersonation.md b/_docs/en/configure-drill/securing-drill/040-configuring-user-impersonation.md index c6656f8..c17299c 100644 --- a/_docs/en/configure-drill/securing-drill/040-configuring-user-impersonation.md +++ b/_docs/en/configure-drill/securing-drill/040-configuring-user-impersonation.md @@ -21,9 +21,9 @@ When impersonation is enabled and user Bob issues a query through the SQLLine cl The following table lists the clients, storage plugins, and types of queries that you can use with impersonation in Drill: | Type | Supported [...] -|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [...] +| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [...] | Clients | SQLLine, ODBC, JDBC, REST API, Drill Web Console [...] -| Storage Plugins | File System, Hive, MapR-DB [...] +| Storage Plugins | File System, Hive, MapR-DB, Phoenix [...] | Queries | When you enable impersonation, the setting applies to queries on data and metadata. For example, if you issue the SHOW SCHEMAS command, Drill impersonates the user logged into the client to access the requested metadata. If you issue a SELECT query on a workspace, Drill impersonates the user logged in to the client to access the requested data. Drill applies impersonation to queries issued using the following commands: SHOW SCHEMAS, SHOW DATABASES, SHOW TA [...] ## Impersonation and Views diff --git a/download.html b/download.html index 666c23a..3df9780 100644 --- a/download.html +++ b/download.html @@ -22,7 +22,6 @@ permalink: /download/ <ul id="download_buttons"> <li><a href="https://www.apache.org/dyn/closer.cgi/drill/drill-{{ site.data.version.full_version }}-hadoop2/apache-drill-{{ site.data.version.full_version }}-hadoop2.tar.gz" class="find" id="apachemirror">Find an Apache Mirror</a></li> <li><a href="https://www.apache.org/dyn/closer.lua?filename=drill/drill-{{ site.data.version.full_version }}-hadoop2/apache-drill-{{ site.data.version.full_version }}-hadoop2.tar.gz&action=download" class="dl" id="directdownload">Direct File Download</a></li> - <li><a href="{{ site.baseurl }}/docs/interfaces-introduction/" class="dl">Client Drivers (ODBC/JDBC)</a></li> </ul> </div> </div>
