Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated docs on impersonation limitations in Hive security #12620

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions docs/src/main/sphinx/connector/hive-security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,20 +422,6 @@ specified by the ``hive.metastore.client.principal`` property must be allowed to
impersonate the current Trino user, as discussed in the section
:ref:`configuring-hadoop-impersonation`.

The impersonation is applied when:

* modifying (creating or deleting) a database (schema),
* getting information about a single table,
* creating or modifying a table.

Impersonation is not applied when for the following operations. In case of the following operations,
Trino is fully responsible for doing all relevant security checks.

* listing databases (schemas),
* listing tables,
* listing roles, grants,
* changing roles, grants.

.. _configuring-hadoop-impersonation:

Impersonation in Hadoop
Expand Down