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

Fix rendering of list in access control docs #11073

Merged
merged 1 commit into from
Feb 17, 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
7 changes: 4 additions & 3 deletions docs/src/main/sphinx/security/file-system-access-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ visible. Specifically:
permissions on any nested table, or has permissions to set session properties
in the catalog.
* ``schema``: Visible if the user is the owner of the schema, or has permissions
on any nested table. * ``table``: Visible if the user has any permissions on
the table.
on any nested table.
* ``table``: Visible if the user has any permissions on the table.

Catalog rules
^^^^^^^^^^^^^
Expand Down Expand Up @@ -342,7 +342,8 @@ denied. System session property rules are composed of the following fields:
* ``role`` (optional): regex to match against role names. Defaults to ``.*``.
* ``group`` (optional): regex to match against group names. Defaults to ``.*``.
* ``property`` (optional): regex to match against the property name. Defaults to
``.*``. * ``allow`` (required): boolean indicating if the setting the session
``.*``.
* ``allow`` (required): boolean indicating if the setting the session
property should be allowed.

The catalog session property rules have the additional field:
Expand Down